forked from AkkomaGang/akkoma
Use the default scrubber before mediaproxy transformation
This commit is contained in:
parent
beee3e75a8
commit
05d111b622
1 changed files with 2 additions and 2 deletions
|
@ -284,8 +284,8 @@
|
|||
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,
|
||||
|
|
Loading…
Reference in a new issue