summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2024-05-27 18:43:05 +0000
committerlain <lain@soykaf.club>2024-05-27 18:43:05 +0000
commit121791882fc1b1f25e2a0a104ee9fde4e489e6ae (patch)
treeef3ece881edde26fafb96d63e5ad399ce08f1397 /docs/configuration
parent3316a7ab70359b73e295018b97e4807bda10a537 (diff)
parent81e44ced0c7251b5a6b585f297e1e00fad08c6d1 (diff)
downloadpleroma-121791882fc1b1f25e2a0a104ee9fde4e489e6ae.tar.gz
pleroma-121791882fc1b1f25e2a0a104ee9fde4e489e6ae.zip
Merge branch 'explicitly-allow-unsafe-2' into 'develop'
Explicitly allow unsafe 2 See merge request pleroma/pleroma!4125
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index ca2ce6369..78997c4db 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -472,6 +472,7 @@ This will make Pleroma listen on `127.0.0.1` port `8080` and generate urls start
* ``ct_max_age``: The maximum age for the `Expect-CT` header if sent.
* ``referrer_policy``: The referrer policy to use, either `"same-origin"` or `"no-referrer"`.
* ``report_uri``: Adds the specified url to `report-uri` and `report-to` group in CSP header.
+* `allow_unsafe_eval`: Adds `wasm-unsafe-eval` to the CSP header. Needed for some non-essential frontend features like Flash emulation.
### Pleroma.Web.Plugs.RemoteIp