diff options
Diffstat (limited to '.config/docker_example.yml')
| -rw-r--r-- | .config/docker_example.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/docker_example.yml b/.config/docker_example.yml index f798fd8246..acbaec8023 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -326,8 +326,6 @@ signToActivityPubGet: true # When using authorized fetch, this is often undesired as any signed activity can be forwarded to a blocked instance by relays and other instances. # This setting allows admins to disable LD signatures for increased privacy, at the expense of fewer relayed activities and additional inbound fetch (GET) requests. attachLdSignatureForRelays: true -# check that inbound ActivityPub GET requests are signed ("authorized fetch") -checkActivityPubGetSignature: false # For security reasons, uploading attachments from the intranet is prohibited, # but exceptions can be made from the following settings. Default value is "undefined". |