html5 has 2 strikethrough tags - support them both

staging
multiple creatures 2019-08-02 00:24:10 -05:00
parent a6e34404a2
commit 06fb561bd6
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Sanitize
end
MASTODON_STRICT ||= freeze_config(
elements: %w(p br span a abbr del pre sub sup blockquote code b strong u i em h1 h2 h3 h4 h5 h6 ul ol li hr),
elements: %w(p br span a abbr del pre sub sup blockquote code b strong u i s em h1 h2 h3 h4 h5 h6 ul ol li hr),
attributes: {
'a' => %w(href rel class title alt),