diff options
author | tusooa <tusooa@kazv.moe> | 2023-07-12 09:30:43 -0400 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-09-13 19:19:05 -0400 |
commit | 163e5637335f9454688d3cc83530f82fc640a5b9 (patch) | |
tree | c03a61c323c3e05ce3844021864df8b5e74d94dd /priv/scrubbers | |
parent | 762794eed9e6fc8a03d1416e2a6e080b00df9e10 (diff) | |
download | pleroma-163e5637335f9454688d3cc83530f82fc640a5b9.tar.gz pleroma-163e5637335f9454688d3cc83530f82fc640a5b9.zip |
Allow more flexibility in InlineQuotePolicy
Diffstat (limited to 'priv/scrubbers')
-rw-r--r-- | priv/scrubbers/default.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/scrubbers/default.ex b/priv/scrubbers/default.ex index 4e7950547..24a76263b 100644 --- a/priv/scrubbers/default.ex +++ b/priv/scrubbers/default.ex @@ -38,6 +38,7 @@ defmodule Pleroma.HTML.Scrubber.Default do Meta.allow_tag_with_these_attributes(:abbr, ["title", "lang"]) Meta.allow_tag_with_these_attributes(:b, ["lang"]) + Meta.allow_tag_with_these_attributes(:bdi, []) Meta.allow_tag_with_these_attributes(:blockquote, ["lang"]) Meta.allow_tag_with_these_attributes(:br, ["lang"]) Meta.allow_tag_with_these_attributes(:code, ["lang"]) |