summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 559a12a91..b3889ba12 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -77,7 +77,11 @@ config :pleroma, :instance,
managed_config: true
config :pleroma, :markup,
- scrub_policy: HtmlSanitizeEx.Scrubber.BasicHTML
+ allow_inline_images: false,
+ allow_headings: false,
+ allow_tables: false,
+ allow_fonts: false,
+ scrub_policy: Pleroma.HTML.Scrubber.Default
config :pleroma, :fe,
theme: "pleroma-dark",