From: FloatingGhost Date: Fri, 5 Aug 2022 19:35:00 +0000 (+0100) Subject: allow quote-inline span class X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e8806fdc42b2b097cc69600a0535d92e1e469d4f;p=akkoma allow quote-inline span class --- diff --git a/priv/scrubbers/default.ex b/priv/scrubbers/default.ex index 478cbde9b..153b0be45 100644 --- a/priv/scrubbers/default.ex +++ b/priv/scrubbers/default.ex @@ -56,7 +56,7 @@ defmodule Pleroma.HTML.Scrubber.Default do Meta.allow_tag_with_these_attributes(:u, []) Meta.allow_tag_with_these_attributes(:ul, []) - Meta.allow_tag_with_this_attribute_values(:span, "class", ["h-card"]) + Meta.allow_tag_with_this_attribute_values(:span, "class", ["h-card", "quote-inline"]) Meta.allow_tag_with_these_attributes(:span, []) Meta.allow_tag_with_this_attribute_values(:code, "class", ["inline"])