diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-09-22 03:19:43 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-09-22 03:45:35 +0000 |
commit | 7f0e291483881a5fa8bb714c65b911e8884c68d1 (patch) | |
tree | e5e5f83ecac6d7933fffb3e9e3e0a3794e3a84bd /lib | |
parent | 7e12ef0ab0cccfde8d46c48f5cc6e4a27f9291c3 (diff) | |
download | pleroma-7f0e291483881a5fa8bb714c65b911e8884c68d1.tar.gz |
html: twittertext: add missing catchall scrub function
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/html.ex | 2 |
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 |