Merge branch 'explicitly-allow-unsafe-2' into 'develop'

Explicitly allow unsafe 2

See merge request pleroma/pleroma!4125
This commit is contained in:
lain 2024-05-27 18:43:05 +00:00
commit 121791882f
7 changed files with 206 additions and 64 deletions

View file

@ -519,7 +519,8 @@ config :pleroma, :http_security,
sts: false,
sts_max_age: 31_536_000,
ct_max_age: 2_592_000,
referrer_policy: "same-origin"
referrer_policy: "same-origin",
allow_unsafe_eval: false
config :cors_plug,
max_age: 86_400,