Add support for incoming <s> tag (#31375)

This commit is contained in:
Django 2024-08-12 05:10:05 -06:00 committed by KMY
parent 0b06fb17d8
commit 33d5ef9f16

View file

@ -88,7 +88,7 @@ class Sanitize
end
MASTODON_STRICT = freeze_config(
elements: %w(p br span a del pre blockquote code b strong u i em ul ol li ruby rt rp),
elements: %w(p br span a del s pre blockquote code b strong u i em ul ol li ruby rt rp),
attributes: {
'a' => %w(href rel class translate),