From: William Pitcock Date: Sun, 16 Sep 2018 02:13:54 +0000 (+0000) Subject: config: pass inline images through mediaproxy (closes #275) X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=5acfa2e0919f459beae6ada55d087db8a74949e1;p=akkoma config: pass inline images through mediaproxy (closes #275) --- diff --git a/config/config.exs b/config/config.exs index d8edc4862..2290119f7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -83,7 +83,10 @@ config :pleroma, :markup, allow_headings: false, allow_tables: false, allow_fonts: false, - scrub_policy: Pleroma.HTML.Scrubber.Default + scrub_policy: [ + Pleroma.HTML.Transform.MediaProxy, + Pleroma.HTML.Scrubber.Default + ] config :pleroma, :fe, theme: "pleroma-dark",