Fix #2221 - Catch OpenSSL exceptions when loading remote avatars/headers/attachments Don't strip "rel" attribute from <a> tags when sanitizing (microformats)
This commit is contained in:
@@ -8,7 +8,7 @@ class Sanitize
|
||||
elements: %w(p br span a),
|
||||
|
||||
attributes: {
|
||||
'a' => %w(href),
|
||||
'a' => %w(href rel),
|
||||
'span' => %w(class),
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user