~jadedctrl/jam-xwx-moe

Showing details for patch 04b1d906fb4cf1efdef447c0c9872afb4c9bc084.
2023-05-18 (Thu), 6:01 PM - Jaidyn Ann - 04b1d906fb4cf1efdef447c0c9872afb4c9bc084

Permesu titoltekston kaj tabelojn

Summary of changes
1 files modified with 9 lines added and 8 lines removed
  • pleroma/prod.exs with 9 added and 8 removed lines
diff -rN -u old-jam-xwx-moe/pleroma/prod.exs new-jam-xwx-moe/pleroma/prod.exs
--- old-jam-xwx-moe/pleroma/prod.exs	2024-11-23 13:54:43.656259689 +0000
+++ new-jam-xwx-moe/pleroma/prod.exs	2024-11-23 13:54:43.656259689 +0000
@@ -134,11 +134,12 @@
     webPushNotifications: false
   }
 
-
-config :pleroma, configurable_from_database: false
-
-config :logger, :backends, [:console]
-
-config :logger, :console, level: :debug
-
-config :logger, :ex_syslogger, level: :debug
+config :pleroma, :markup,
+  allow_inline_images: true,
+  allow_headings: true,
+  allow_tables: true,
+  allow_fonts: false,
+  scrub_policy: [
+    Pleroma.HTML.Scrubber.Default,
+    Pleroma.HTML.Transform.MediaProxy
+  ]