summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-07-12 09:30:43 -0400
committertusooa <tusooa@kazv.moe>2023-09-13 19:19:05 -0400
commit163e5637335f9454688d3cc83530f82fc640a5b9 (patch)
treec03a61c323c3e05ce3844021864df8b5e74d94dd /priv
parent762794eed9e6fc8a03d1416e2a6e080b00df9e10 (diff)
Allow more flexibility in InlineQuotePolicy
Diffstat (limited to 'priv')
-rw-r--r--priv/scrubbers/default.ex1
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"])