diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-12-16 18:56:46 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-12-16 19:25:51 +0100 |
commit | 086ba59d0346be870dc7df2660fbb55666bf0af7 (patch) | |
tree | f3989b2ef5334f578759c44cb1e1500440b854c1 /docs/configuration/cheatsheet.md | |
parent | f271ea6e432d685c113582e5944d79e12c153016 (diff) | |
download | pleroma-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.md | 1 |
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 |