summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2024-05-28 04:42:35 +0000
committerlain <lain@soykaf.club>2024-05-28 04:42:35 +0000
commit25903a4996d12306d454be960a0a7478541b1879 (patch)
tree299b348adc572ffc5bec6ca11aaac3584b7bd567 /docs/configuration
parent8ff0c32903938d84b7d7ae58af15b5b7a966ce33 (diff)
parent73d58c22d4a9a87539cf1c3a33083464fc4b8540 (diff)
downloadpleroma-25903a4996d12306d454be960a0a7478541b1879.tar.gz
pleroma-25903a4996d12306d454be960a0a7478541b1879.zip
Merge branch 'auth-fetch-exception' into 'develop'
HTTPSignaturePlug: Add :authorized_fetch_mode_exceptions See merge request pleroma/pleroma!4007
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 78997c4db..8f6d6aeea 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -284,6 +284,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