mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Always signToActivityPubGet
This commit is contained in:
parent
68551c4e0c
commit
680ec8cd89
2 changed files with 1 additions and 4 deletions
|
@ -154,9 +154,6 @@ id: "aid"
|
||||||
# Media Proxy
|
# Media Proxy
|
||||||
#mediaProxy: https://example.com/proxy
|
#mediaProxy: https://example.com/proxy
|
||||||
|
|
||||||
# Sign to ActivityPub GET request (default: false)
|
|
||||||
#signToActivityPubGet: true
|
|
||||||
|
|
||||||
#allowedPrivateNetworks: [
|
#allowedPrivateNetworks: [
|
||||||
# '127.0.0.1/32'
|
# '127.0.0.1/32'
|
||||||
#]
|
#]
|
||||||
|
|
|
@ -783,7 +783,7 @@ emailNotConfiguredWarning: "Email address not set."
|
||||||
ratio: "Ratio"
|
ratio: "Ratio"
|
||||||
secureMode: "Secure Mode (Authorized Fetch)"
|
secureMode: "Secure Mode (Authorized Fetch)"
|
||||||
instanceSecurity: "Instance Security"
|
instanceSecurity: "Instance Security"
|
||||||
secureModeInfo: "When requesting from other instances, do not send back without proof. signToActivityPubGet must be true in the other instance's configuration file."
|
secureModeInfo: "When requesting from other instances, do not send back without proof."
|
||||||
privateMode: "Private Mode"
|
privateMode: "Private Mode"
|
||||||
privateModeInfo: "When enabled, only whitelisted instances can federate with your instances. All notes will be hidden from the public."
|
privateModeInfo: "When enabled, only whitelisted instances can federate with your instances. All notes will be hidden from the public."
|
||||||
allowedInstances: "Whitelisted Instances"
|
allowedInstances: "Whitelisted Instances"
|
||||||
|
|
Loading…
Reference in a new issue