summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-05-27 21:28:20 +0400
committerLain Soykaf <lain@lain.com>2024-05-27 21:28:20 +0400
commitfc7ce339edc40cb791d321a20f01f2568337b845 (patch)
tree849f70baf4d2cb319add59125a9531cadd756888 /docs
parent1c699144d23aa4a86ff8b6ebef7d760ce9e3a4e2 (diff)
downloadpleroma-fc7ce339edc40cb791d321a20f01f2568337b845.tar.gz
pleroma-fc7ce339edc40cb791d321a20f01f2568337b845.zip
Cheatsheet: Add allow_unsafe_eval
Diffstat (limited to 'docs')
-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