X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=blobdiff_plain;f=trust;h=e08c47a775ff0c75c31b4aa51bd2a0bfb6e9773a;hb=35cea5679be6cc1201bfc79e58a8388259e3c4a2;hp=35f806f7a8943d6a9a6ed98d9fc3f1814fbb99c1;hpb=dde9b13e8c3b4a4bdfc53fef08f0e3ac9b9fbec4;p=privoxy.git diff --git a/trust b/trust index 35f806f7..e08c47a7 100644 --- a/trust +++ b/trust @@ -1,11 +1,11 @@ ###################################################################### -# +# # File : trust -# -# Purpose : Trustfiles can be used to build "whitelists" -# (versus the usual "blacklists" techniques). -# -# Copyright : Written by and Copyright +# +# 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/ # # Based on the Internet Junkbuster originally written @@ -14,7 +14,7 @@ # # We value your feedback. However, to provide you with the best support, # please note: -# +# # * Use the support forum to get help: # https://sourceforge.net/p/ijbswa/support-requests/ # * Submit bugs only thru our bug forum: @@ -27,13 +27,13 @@ # please try the latest one. Or even better, git sources. # * Submit feature requests only thru our feature request tracker: # https://sourceforge.net/p/ijbswa/feature-requests/ -# +# # For any other issues, feel free to use the mailing lists. # Anyone interested in actively participating in development and related # discussions can join the appropriate mailing list here: # https://lists.privoxy.org/mailman/listinfo. Archives are available # here too. -# +# ###################################################################### # # Sample Trustfile for Privoxy @@ -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 @@ -64,14 +64,14 @@ # Preceding the domain with '~' character allows access to that domain only # (including all paths within that domain), but does not allow access to links -# to other, outside domains. Sites that are added dynamically by trusted +# to other, outside domains. Sites that are added dynamically by trusted # referrers will include the '~' character, and thus do not become trusted # referrers themselves. # Example: to allow example.com and to white-list domains that appear to # be reached through links from example.com, uncomment this line: -# +example.com +# +example.com # The next two lines make sure that the user can access Privoxy's # CGI pages, without automatically trusting their links.