From f0fa0cce6b45cc072d7a2bca9c4ad389d157817f Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 22 Aug 2022 23:44:25 -0700 Subject: [PATCH] Always `signToActivityPubGet` --- chart/files/default.yml | 3 --- locales/en-US.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/chart/files/default.yml b/chart/files/default.yml index a9ef22f42..91a947f26 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -154,9 +154,6 @@ id: "aid" # Media Proxy #mediaProxy: https://example.com/proxy -# Sign to ActivityPub GET request (default: false) -#signToActivityPubGet: true - #allowedPrivateNetworks: [ # '127.0.0.1/32' #] diff --git a/locales/en-US.yml b/locales/en-US.yml index f64a7c20d..7f4e43ec2 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -783,7 +783,7 @@ emailNotConfiguredWarning: "Email address not set." ratio: "Ratio" secureMode: "Secure Mode (Authorized Fetch)" 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" privateModeInfo: "When enabled, only whitelisted instances can federate with your instances. All notes will be hidden from the public." allowedInstances: "Whitelisted Instances"