[Privoxy-commits] [privoxy] 01/10: Don't refer to the "trust" mechanism as "experimental"

User Git git at git.privoxy.org
Sat Jan 7 10:21:39 CET 2023


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

git pushed a commit to branch master
in repository privoxy.

commit dde9b13e8c3b4a4bdfc53fef08f0e3ac9b9fbec4
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jan 4 20:14:27 2023 +0100

    Don't refer to the "trust" mechanism as "experimental"
    
    .. as it has been around "for ever".
---
 doc/source/p-config.sgml | 2 +-
 trust                    | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml
index 031e948a..f3288274 100644
--- a/doc/source/p-config.sgml
+++ b/doc/source/p-config.sgml
@@ -336,7 +336,7 @@ II. FORMAT OF THE CONFIGURATION FILE
   <term>Notes:</term>
   <listitem>
    <para>
-    The value of this option only matters if the experimental trust mechanism has been
+    The value of this option only matters if the trust mechanism has been
     activated. (See <link linkend="trustfile"><emphasis>trustfile</emphasis></link> below.)
    </para>
    <para>
diff --git a/trust b/trust
index d1f58de3..35f806f7 100644
--- a/trust
+++ b/trust
@@ -2,9 +2,8 @@
 # 
 #  File        :  trust
 # 
-#  Purpose     :  Trustfiles are an experimental feature and can be used
-#                 to build "whitelists" (versus the usual "blacklists"
-#                 techniques).
+#  Purpose     :  Trustfiles can be used to build "whitelists"
+#                 (versus the usual "blacklists" techniques).
 # 
 #  Copyright   :  Written by and Copyright
 #                 Privoxy team. https://www.privoxy.org/

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


More information about the Privoxy-commits mailing list