fine then no fun allowed, y'all don't deserve it
[akkoma] / priv / scrubbers / default.ex
index 950b6c21ee77dcb23520c48a74127ce027c23cc8..37ffaef3a0ba3e4ec9e3b0742020fe8dd9441f6e 100644 (file)
@@ -56,8 +56,6 @@ defmodule Pleroma.HTML.Scrubber.Default do
   Meta.allow_tag_with_these_attributes(:u, [])
   Meta.allow_tag_with_these_attributes(:ul, [])
 
-  Meta.allow_tags_with_style_attributes([:span])
-
   Meta.allow_tag_with_this_attribute_values(:span, "class", [
     "h-card",
     "quote-inline",
@@ -98,7 +96,6 @@ defmodule Pleroma.HTML.Scrubber.Default do
     Meta.allow_tag_with_these_attributes(:img, [
       "width",
       "height",
-      "class",
       "title",
       "alt"
     ])