Use the default scrubber before mediaproxy transformation

This commit is contained in:
rinpatch 2019-10-29 01:15:28 +03:00
parent beee3e75a8
commit 05d111b622
1 changed files with 2 additions and 2 deletions

View 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,