[Privoxy-commits] [privoxy] 01/10: trust: Use the words 'allowlists' and 'blocklists'

User Git git at git.privoxy.org
Sun Aug 27 12:59:07 CEST 2023


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit e3eea3bb5b185769454f0c73928e739ed674e115
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Feb 18 11:50:22 2023 +0100

    trust: Use the words 'allowlists' and 'blocklists'
    
    ... instead of "whitelists" and "blacklists" which some
    people consider to be less inclusive.
---
 trust | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/trust b/trust
index 10acf5b7..e08c47a7 100644
--- a/trust
+++ b/trust
@@ -2,8 +2,8 @@
 #
 #  File        :  trust
 #
-#  Purpose     :  Trustfiles can be used to build "whitelists"
-#                 (versus the usual "blacklists" techniques).
+#  Purpose     :  Trustfiles can be used to build "allowlists"
+#                 (versus the usual "blocklists" techniques).
 #
 #  Copyright   :  Written by and Copyright (C) 2001-2023 the
 #                 Privoxy team. https://www.privoxy.org/
@@ -42,8 +42,8 @@
 # with "trustfile" must be uncommented, with the name of this file following the
 # word "trustfile".
 
-# Trustfiles are an experimental feature used for building "whitelists"
-# of "trusted" sites (versus the usual "blacklists" technique). For more
+# Trustfiles are an experimental feature used for building "allowlists"
+# of "trusted" sites (versus the usual "blocklists" technique). For more
 # detail, see https://www.privoxy.org/user-manual/config.html#TRUSTFILE.
 
 # List trusted domains here. The default is to block any URL that is NOT

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list