Skip to content

Commit 4385a51

Browse files
committed
Fix one more missing freeze
1 parent e6a8840 commit 4385a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html/pipeline/sanitization_filter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SanitizationFilter < Filter
7373
vspace width itemprop].freeze
7474
}.freeze,
7575
protocols: {
76-
'a' => { 'href' => ANCHOR_SCHEMES },
76+
'a' => { 'href' => ANCHOR_SCHEMES }.freeze,
7777
'blockquote' => { 'cite' => ['http', 'https', :relative].freeze },
7878
'del' => { 'cite' => ['http', 'https', :relative].freeze },
7979
'ins' => { 'cite' => ['http', 'https', :relative].freeze },

0 commit comments

Comments
 (0)