forked from AkkomaGang/akkoma
html: twittertext: add missing catchall scrub function
This commit is contained in:
parent
7e12ef0ab0
commit
7f0e291483
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ defmodule Pleroma.HTML.Scrubber.TwitterText do
|
|||
"alt"
|
||||
])
|
||||
end
|
||||
|
||||
Meta.strip_everything_not_covered()
|
||||
end
|
||||
|
||||
defmodule Pleroma.HTML.Scrubber.Default do
|
||||
|
|
Loading…
Reference in a new issue