diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-12-18 08:30:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 08:30:41 +0100 |
commit | 8a95867693dfe072241d5ddcd0ba7ed8546eab1e (patch) | |
tree | 15a9faa3f1f7b7672294f3c2410c3ae706444120 /config | |
parent | b1feb47055c121c1b6949bd7ef6734bf56c847bd (diff) |
Add option to obfuscate domain name in public list of domain blocks (#15355)
- Replace the middle of the domain with * characters (except for periods) - Add SHA-256 digest of the domain name in tooltip
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 83f75b28f..e91f4344f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -402,6 +402,8 @@ en: silence: Silence suspend: Suspend title: New domain block + obfuscate: Obfuscate domain name + obfuscate_hint: Partially obfuscate the domain name in the list if advertising the list of domain limitations is enabled private_comment: Private comment private_comment_hint: Comment about this domain limitation for internal use by the moderators. public_comment: Public comment |