aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-02-20 12:13:21 +0000
committerlain <lain@soykaf.club>2020-02-20 12:13:21 +0000
commit3eddd9caa61a2ac431eb57cd4c835db608702a7d (patch)
tree11406c61cf12f8d9839c71fbf1b683641c5b697f /docs/configuration
parentc69b04c49090c5d86af2e9609d0b45d091f09267 (diff)
parent775212121cc3eb108bca6c4b94a3fdf6d8d8fcd1 (diff)
downloadpleroma-3eddd9caa61a2ac431eb57cd4c835db608702a7d.tar.gz
Merge branch 'require-signature' into 'develop'
Add an option to require fetches to be signed Closes #1444 See merge request pleroma/pleroma!2071
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index c9559fe85..ac55a0b32 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -143,10 +143,11 @@ config :pleroma, :mrf_user_allowlist,
* `:reject` rejects the message entirely
### :activitypub
-* ``unfollow_blocked``: Whether blocks result in people getting unfollowed
-* ``outgoing_blocks``: Whether to federate blocks to other instances
-* ``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
+* `unfollow_blocked`: Whether blocks result in people getting unfollowed
+* `outgoing_blocks`: Whether to federate blocks to other instances
+* `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
### :fetch_initial_posts
* `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts