about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2020-02-14 17:37:31 -0600
committermultiple creatures <dev@multiple-creature.party>2020-02-14 17:37:31 -0600
commit92847646cff1effdf42eaa0819d836a663d428c4 (patch)
tree057d47ae953ec2102b65f25345663796a8bed1dc /config
parent4f7e76a1308cc35f97f47a9f42c197aeca9ee2de (diff)
add options to let admins customize how trusting or strict graylist federation should be
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml5
-rw-r--r--config/settings.yml4
2 files changed, 9 insertions, 0 deletions
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