We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad89a4b + 11cec3d commit fe251d9Copy full SHA for fe251d9
lib/html/pipeline/sanitization_filter.rb
@@ -45,7 +45,7 @@ class SanitizationFilter < Filter
45
:elements => %w(
46
h1 h2 h3 h4 h5 h6 h7 h8 br b i strong em a pre code img tt
47
div ins del sup sub p ol ul table thead tbody tfoot blockquote
48
- dl dt dd kbd q samp var hr ruby rt rp li tr td th
+ dl dt dd kbd q samp var hr ruby rt rp li tr td th s strike
49
),
50
:remove_contents => ['script'],
51
:attributes => {
0 commit comments