html: twittertext: add missing catchall scrub function

This commit is contained in:
William Pitcock 2018-09-22 03:19:43 +00:00
parent 7e12ef0ab0
commit 7f0e291483
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ defmodule Pleroma.HTML.Scrubber.TwitterText do
"alt"
])
end
Meta.strip_everything_not_covered()
end
defmodule Pleroma.HTML.Scrubber.Default do