config: add sign_object_fetches option

This commit is contained in:
Ariadne Conill 2019-07-17 21:38:06 +00:00
commit b2a8ccf37f
2 changed files with 3 additions and 1 deletions

View 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