diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-05-16 12:49:40 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-05-16 12:49:40 +0700 |
commit | aa11fa4864bf6ebdd4acfdba837675abbdcffc83 (patch) | |
tree | 847e95f51b5e48b1248ab1190fcecd678a622373 /docs/config.md | |
parent | 62516be9c462ca206163eaf7822f9ee5c2470453 (diff) | |
download | pleroma-aa11fa4864bf6ebdd4acfdba837675abbdcffc83.tar.gz pleroma-aa11fa4864bf6ebdd4acfdba837675abbdcffc83.zip |
add report uri and report to
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 470f71b7c..c2af5c012 100644 --- a/docs/config.md +++ b/docs/config.md @@ -286,7 +286,8 @@ This will make Pleroma listen on `127.0.0.1` port `8080` and generate urls start * ``sts``: Whether to additionally send a `Strict-Transport-Security` header * ``sts_max_age``: The maximum age for the `Strict-Transport-Security` header if sent * ``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"`. +* ``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. ## :mrf_user_allowlist |