We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a8840 commit 4385a51Copy full SHA for 4385a51
lib/html/pipeline/sanitization_filter.rb
@@ -73,7 +73,7 @@ class SanitizationFilter < Filter
73
vspace width itemprop].freeze
74
}.freeze,
75
protocols: {
76
- 'a' => { 'href' => ANCHOR_SCHEMES },
+ 'a' => { 'href' => ANCHOR_SCHEMES }.freeze,
77
'blockquote' => { 'cite' => ['http', 'https', :relative].freeze },
78
'del' => { 'cite' => ['http', 'https', :relative].freeze },
79
'ins' => { 'cite' => ['http', 'https', :relative].freeze },
0 commit comments