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 and kmycode committed Aug 16, 2024
1 parent 0b06fb1 commit 33d5ef9
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 @@ -88,7 +88,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 33d5ef9

Please sign in to comment.