allow data-mfm

This commit is contained in:
Henry Jameson 2025-06-25 16:11:39 +03:00
commit 4c82d95641

View file

@ -41,6 +41,7 @@ defmodule Pleroma.HTML.Scrubber.Default do
# sort(1)-ed list
Meta.allow_tag_with_these_attributes(:bdi, [])
Meta.allow_tag_with_these_attributes(:center, [])
Meta.allow_tag_with_these_attributes(:bdo, ["dir"])
Meta.allow_tag_with_these_attributes(:big, ["lang"])
Meta.allow_tag_with_these_attributes(:b, ["lang"])