about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2020-03-08 12:38:00 -0500
committermultiple creatures <dev@multiple-creature.party>2020-03-08 12:38:00 -0500
commitca1052059372027d05a6133b95176b40954355d7 (patch)
treeb861b2cbda14cd47e2b2080529c6b4b587f4a0f4 /config
parent5dd65e0c6fdd8623af09f545991fb5995fe916c1 (diff)
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
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/settings.yml1
2 files changed, 2 insertions, 0 deletions
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.  <strong>Will make restricted mode less effective.</strong>
         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