diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-12 23:56:43 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-12 23:56:43 -0600 |
commit | 51bab85b07b1433e832152f6498f203ec4b4434d (patch) | |
tree | 3c3e3a5cf92e03956195ef7a4e11f25e10f7b3ad /config | |
parent | 651c569c3fe7bd3ab12578396ec5934285f02188 (diff) |
add privacy option to limit lifespan of public access to post & object urls beyond local followers, default to 90 days
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index eadf0e516..aee7ca276 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -176,6 +176,7 @@ en: setting_hide_public_profile: Hide your public profile from anonymous viewers setting_hide_public_outbox: Hide your public ActivityPub outbox (affects discoverability) setting_max_public_history: Limit history of roars on public profile to + setting_max_public_access: Limit public access to roar URLs without a sharekey to setting_noindex: Opt-out of search engine indexing setting_reduce_motion: Reduce motion in animations setting_show_application: Disclose application used to send roars |