From: rinpatch Date: Mon, 28 Oct 2019 22:15:28 +0000 (+0300) Subject: Use the default scrubber before mediaproxy transformation X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=05d111b622c7496260effd298163e9ca2aa59c3d;p=akkoma Use the default scrubber before mediaproxy transformation --- diff --git a/config/config.exs b/config/config.exs index a69d41d17..e2b00bda1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -284,8 +284,8 @@ config :pleroma, :markup, allow_tables: false, allow_fonts: false, scrub_policy: [ - Pleroma.HTML.Transform.MediaProxy, - Pleroma.HTML.Scrubber.Default + Pleroma.HTML.Scrubber.Default, + Pleroma.HTML.Transform.MediaProxy ] config :pleroma, :frontend_configurations,