summaryrefslogtreecommitdiff
path: root/chart
diff options
context:
space:
mode:
authorHazel K <acomputerdog@gmail.com>2024-07-26 22:45:07 -0400
committerHazel K <acomputerdog@gmail.com>2024-07-26 22:45:07 -0400
commit378408226b5e8968313058de4862b9916d08d6e0 (patch)
tree4331b2a10344f5daf63b5a2c7d34d052484d4284 /chart
parentrevert more import changes (diff)
downloadsharkey-378408226b5e8968313058de4862b9916d08d6e0.tar.gz
sharkey-378408226b5e8968313058de4862b9916d08d6e0.tar.bz2
sharkey-378408226b5e8968313058de4862b9916d08d6e0.zip
tweak wording
Diffstat (limited to 'chart')
-rw-r--r--chart/files/default.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart/files/default.yml b/chart/files/default.yml
index 7c94bcbea3..aab7ed6ce1 100644
--- a/chart/files/default.yml
+++ b/chart/files/default.yml
@@ -211,6 +211,9 @@ id: "aidx"
# Sign outgoing ActivityPub GET request (default: true)
signToActivityPubGet: true
# Sign outgoing ActivityPub Activities (default: true)
+# Linked Data signatures are cryptographic signatures attached to each activity to provide proof of authenticity.
+# 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