config: add sign_object_fetches option
authorAriadne Conill <ariadne@dereferenced.org>
Wed, 17 Jul 2019 21:38:06 +0000 (21:38 +0000)
committerAriadne Conill <ariadne@dereferenced.org>
Wed, 17 Jul 2019 21:38:06 +0000 (21:38 +0000)
config/config.exs
docs/config.md

index 38780eef7b2b0e872e76346dd8916dbbfad3942c..bda92e45d46da39dbf6e138ab185e1cc6ca11280 100644 (file)
@@ -305,7 +305,8 @@ config :pleroma, :activitypub,
   accept_blocks: true,
   unfollow_blocked: true,
   outgoing_blocks: true,
-  follow_handshake_timeout: 500
+  follow_handshake_timeout: 500,
+  sign_object_fetches: true
 
 config :pleroma, :user, deny_follow_blocked: true
 
index 42556a0be2e73315b4c3b84f42c9f0d28f0b6156..02f86dc169abfb6f9be9215c9d7a949b885e40de 100644 (file)
@@ -332,6 +332,7 @@ This will make Pleroma listen on `127.0.0.1` port `8080` and generate urls start
 * ``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
 
 ## :http_security
 * ``enabled``: Whether the managed content security policy is enabled