aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-09-22 03:50:39 +0000
committerkaniini <nenolod@gmail.com>2018-09-22 03:50:39 +0000
commit3193423be9f288b186fe97997228aae84a8e730c (patch)
treef00ebf515952f260d0a494851b05301b251141db /lib
parent7e12ef0ab0cccfde8d46c48f5cc6e4a27f9291c3 (diff)
parent85b59d07b64ad45fe5213a173e5857418620d171 (diff)
downloadpleroma-3193423be9f288b186fe97997228aae84a8e730c.tar.gz
Merge branch 'feature/html-scrub-policy-tests' into 'develop'
html: add scrub policy tests See merge request pleroma/pleroma!356
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/html.ex2
1 files changed, 2 insertions, 0 deletions
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