projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beee3e7
)
Use the default scrubber before mediaproxy transformation
author
rinpatch
<rinpatch@sdf.org>
Mon, 28 Oct 2019 22:15:28 +0000
(
01:15
+0300)
committer
rinpatch
<rinpatch@sdf.org>
Mon, 28 Oct 2019 22:15:28 +0000
(
01:15
+0300)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index a69d41d17075259964197f4c3e99101b723ca986..e2b00bda10d9d9a7b7e8d091e41440495fcd9348 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-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,