diff options
| author | Hazel K <acomputerdog@gmail.com> | 2024-07-25 10:37:23 -0400 |
|---|---|---|
| committer | Hazel K <acomputerdog@gmail.com> | 2024-07-25 10:37:23 -0400 |
| commit | 32872181ddf14cfbf006dc93d04eeacac5eaf7a0 (patch) | |
| tree | 51b59b5ed41b98834b812c311517b8c39ec5b838 /chart | |
| parent | merge: preserve `ti-fw` classes for icons - fixes #580 (!575) (diff) | |
| download | sharkey-32872181ddf14cfbf006dc93d04eeacac5eaf7a0.tar.gz sharkey-32872181ddf14cfbf006dc93d04eeacac5eaf7a0.tar.bz2 sharkey-32872181ddf14cfbf006dc93d04eeacac5eaf7a0.zip | |
feat: implement `attachLdSignatureForRelays` to control signing of Relayed activities
Diffstat (limited to 'chart')
| -rw-r--r-- | chart/files/default.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chart/files/default.yml b/chart/files/default.yml index 2e1381ec57..7c94bcbea3 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -208,8 +208,10 @@ id: "aidx" # Media Proxy #mediaProxy: https://example.com/proxy -# Sign to ActivityPub GET request (default: true) +# Sign outgoing ActivityPub GET request (default: true) signToActivityPubGet: true +# Sign outgoing ActivityPub Activities (default: true) +attachLdSignatureForRelays: true # check that inbound ActivityPub GET requests are signed ("authorized fetch") checkActivityPubGetSignature: false |