[Privoxy-commits] [privoxy] 02/10: trust: Remove trailing white-space

User Git git at git.privoxy.org
Sat Jan 7 10:21:40 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 2a11488088e0947e7772512c017c49f90cd12fd1
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jan 4 20:20:58 2023 +0100

    trust: Remove trailing white-space
---
 trust | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/trust b/trust
index 35f806f7..4704d464 100644
--- a/trust
+++ b/trust
@@ -1,10 +1,10 @@
 ######################################################################
-# 
+#
 #  File        :  trust
-# 
+#
 #  Purpose     :  Trustfiles can be used to build "whitelists"
 #                 (versus the usual "blacklists" techniques).
-# 
+#
 #  Copyright   :  Written by and Copyright
 #                 Privoxy team. https://www.privoxy.org/
 #
@@ -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
@@ -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.

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


More information about the Privoxy-commits mailing list