Merge branch 'streamer-refactoring' into 'develop'
[akkoma] / lib / pleroma / html.ex
index bf2000d904a3515a76b424fa51c0eb54dfa33bb9..3951f0f51beaf8490d30178e1a49ef85bc682737 100644 (file)
@@ -203,6 +203,8 @@ defmodule Pleroma.HTML.Scrubber.Default do
   Meta.allow_tag_with_these_attributes("p", [])
   Meta.allow_tag_with_these_attributes("pre", [])
   Meta.allow_tag_with_these_attributes("strong", [])
+  Meta.allow_tag_with_these_attributes("sub", [])
+  Meta.allow_tag_with_these_attributes("sup", [])
   Meta.allow_tag_with_these_attributes("u", [])
   Meta.allow_tag_with_these_attributes("ul", [])