aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-12-16 22:24:03 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-12-16 22:24:03 +0700
commita12b6454bb0a270732f9b55f8d4366c9add44136 (patch)
treea6eae6c80d8c99dab420cd4379f862ed01298290 /docs/configuration
parent8efacfed677ea2f06ac228294faec77a38060976 (diff)
downloadpleroma-a12b6454bb0a270732f9b55f8d4366c9add44136.tar.gz
Add an option to require fetches to be signed
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 ce2a14210..8fa4a1747 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -147,10 +147,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 Signature for AP fetches
### :fetch_initial_posts
* `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts