Use the default scrubber before mediaproxy transformation
authorrinpatch <rinpatch@sdf.org>
Mon, 28 Oct 2019 22:15:28 +0000 (01:15 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 28 Oct 2019 22:15:28 +0000 (01:15 +0300)
config/config.exs

index a69d41d17075259964197f4c3e99101b723ca986..e2b00bda10d9d9a7b7e8d091e41440495fcd9348 100644 (file)
@@ -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,