forked from AkkomaGang/akkoma
Purge unused function scrub_css
Commit e9f1897cfd
added this private
function but it never had any users resulting in warnings each startup
This commit is contained in:
parent
18ecae6183
commit
8f8e1ff214
1 changed files with 0 additions and 2 deletions
|
@ -128,6 +128,4 @@ defmodule Pleroma.HTML.Scrubber.Default do
|
||||||
Meta.allow_tag_with_these_attributes(:small, [])
|
Meta.allow_tag_with_these_attributes(:small, [])
|
||||||
|
|
||||||
Meta.strip_everything_not_covered()
|
Meta.strip_everything_not_covered()
|
||||||
|
|
||||||
defp scrub_css(value), do: value
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue