From 92847646cff1effdf42eaa0819d836a663d428c4 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 14 Feb 2020 17:37:31 -0600 Subject: add options to let admins customize how trusting or strict graylist federation should be --- config/locales/en.yml | 5 +++++ config/settings.yml | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 6d5c4f093..3c8bb4fb6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -526,6 +526,11 @@ en: always_mark_instance_actors_known: desc_html: Always allow server actor accounts to fetch resources from this server. May reduce privacy. title: Always trust server actors + mark_known_from: + follows: Trust accounts when someone joins their pack + mentions: Trust accounts when locally mentioned + boosts: Trust accounts shared by known creatures + favourites: Trust accounts when locally admired werewolf_status: desc_html: Enable werewolf status Easter egg (requires an announcer account) title: Werewolf status diff --git a/config/settings.yml b/config/settings.yml index 23f77c55e..e37ed821e 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -72,6 +72,10 @@ defaults: &defaults spam_check_enabled: true auto_mark_instance_actors_known: true always_mark_instance_actors_known: false + mark_known_from_follows: true + mark_known_from_mentions: true + mark_known_from_boosts: true + mark_known_from_favourites: false development: <<: *defaults -- cgit