aboutsummaryrefslogtreecommitdiff
path: root/config
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 /config
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 'config')
-rw-r--r--config/config.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 664572cf3..0eff26653 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -326,7 +326,8 @@ config :pleroma, :activitypub,
unfollow_blocked: true,
outgoing_blocks: true,
follow_handshake_timeout: 500,
- sign_object_fetches: true
+ sign_object_fetches: true,
+ authorized_fetch_mode: false
config :pleroma, :streamer,
workers: 3,