Skip to content
Snippets Groups Projects
Commit 5acfa2e0 authored by kaniini's avatar kaniini
Browse files

config: pass inline images through mediaproxy (closes #275)

parent a7d0ecdc
Branches authenticated-api-oauth-check-enforcement
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment