Browse Source

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

pull/1368/head
Django 2 years ago committed by Claire
parent
commit
29c35ef4f9
  1. 2
      lib/sanitize_ext/sanitize_config.rb

2
lib/sanitize_ext/sanitize_config.rb

@ -65,7 +65,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),
elements: %w(p br span a del s pre blockquote code b strong u i em ul ol li),
attributes: {
'a' => %w(href rel class translate),

Loading…
Cancel
Save