Skip to content

Commit

Permalink
Add support for incoming <s> tag (mastodon#31375)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaformat authored Aug 12, 2024
1 parent 3abb5c0 commit 709dcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sanitize_ext/sanitize_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module Config
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),
Expand Down

0 comments on commit 709dcd0

Please sign in to comment.