Always signToActivityPubGet

This commit is contained in:
ThatOneCalculator 2022-08-22 23:44:25 -07:00
parent 89a1bc87d3
commit f0fa0cce6b
2 changed files with 1 additions and 4 deletions

View file

@ -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'
#] #]

View file

@ -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"