summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-12-16 18:56:46 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-12-16 19:25:51 +0100
commit086ba59d0346be870dc7df2660fbb55666bf0af7 (patch)
treef3989b2ef5334f578759c44cb1e1500440b854c1 /docs/configuration/cheatsheet.md
parentf271ea6e432d685c113582e5944d79e12c153016 (diff)
downloadpleroma-086ba59d0346be870dc7df2660fbb55666bf0af7.tar.gz
pleroma-086ba59d0346be870dc7df2660fbb55666bf0af7.zip
HTTPSignaturePlug: Add :authorized_fetch_mode_exceptions
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 a4cae4dbb..06933ba76 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -279,6 +279,7 @@ Notes:
* `deny_follow_blocked`: Whether to disallow following an account that has blocked the user in question
* `sign_object_fetches`: Sign object fetches with HTTP signatures
* `authorized_fetch_mode`: Require HTTP signatures for AP fetches
+* `authorized_fetch_mode_exceptions`: List of IPs (CIDR format accepted) to exempt from HTTP Signatures requirement (for example to allow debugging, you shouldn't otherwise need this)
## Pleroma.User