From ca1052059372027d05a6133b95176b40954355d7 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 8 Mar 2020 12:38:00 -0500 Subject: add option to auto-trust accounts (at the time of processing a create note) from servers that don't have a graylist policy set on them --- config/locales/en.yml | 1 + config/settings.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 573c44c7f..68dc80ef4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -550,6 +550,7 @@ en: desc_html: Always allow server actor accounts to fetch resources from this server. Will make restricted mode less effective. title: Always trust server actors mark_known_from: + posts: Trust new peers when receiving posts from unrestricted servers follows: Trust new peers when someone joins their pack mentions: Trust new peers when they're mentioned locally boosts: Trust new peers whose roars are shared by known creatures diff --git a/config/settings.yml b/config/settings.yml index 95bae4127..42e15337d 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -71,6 +71,7 @@ defaults: &defaults auto_mark_instance_actors_known: true auto_mark_services_known: false always_mark_instance_actors_known: false + mark_known_from_posts: false mark_known_from_follows: true mark_known_from_mentions: true mark_known_from_boosts: true -- cgit