config: add sign_object_fetches option
This commit is contained in:
parent
1e48af9acf
commit
b2a8ccf37f
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue