summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-05-27 23:09:17 +0400
committerLain Soykaf <lain@lain.com>2024-05-27 23:09:17 +0400
commit687ac4a85019638b90d49a4dc763b8006ac5488d (patch)
treeeac27cbe2af6db31e480f89e2a4878a9ee7ea505 /docs/configuration/cheatsheet.md
parente4f1325f78e9be9fb200358d73794f15794c39bd (diff)
parent38db406ce4345b02f7248a8d3166ad21d3978e8d (diff)
downloadpleroma-687ac4a85019638b90d49a4dc763b8006ac5488d.tar.gz
pleroma-687ac4a85019638b90d49a4dc763b8006ac5488d.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into auth-fetch-exception
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 00dc2f941..8f6d6aeea 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -473,6 +473,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