From: William Pitcock Date: Sat, 22 Sep 2018 03:19:43 +0000 (+0000) Subject: html: twittertext: add missing catchall scrub function X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=7f0e291483881a5fa8bb714c65b911e8884c68d1;p=akkoma html: twittertext: add missing catchall scrub function --- diff --git a/lib/pleroma/html.ex b/lib/pleroma/html.ex index 878fac28c..cf18f070c 100644 --- a/lib/pleroma/html.ex +++ b/lib/pleroma/html.ex @@ -69,6 +69,8 @@ defmodule Pleroma.HTML.Scrubber.TwitterText do "alt" ]) end + + Meta.strip_everything_not_covered() end defmodule Pleroma.HTML.Scrubber.Default do