X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=trust;h=4704d464262d5b2a732be12e43f635b317380f52;hb=2a11488088e0947e7772512c017c49f90cd12fd1;hp=ab5eb003f71d7b67b276fc4065f983e0eccd8c8a;hpb=f316a799ece49af9751bb0641c6880409bdefa1a;p=privoxy.git diff --git a/trust b/trust index ab5eb003..4704d464 100644 --- a/trust +++ b/trust @@ -1,15 +1,12 @@ ###################################################################### -# -# File : $Source: /cvsroot/ijbswa/current/trust,v $ -# -# $Id: trust,v 1.5 2007/02/14 17:15:36 fabiankeil Exp $ # -# Purpose : Trustfiles are an experimental feature and can be used -# to build "whitelists" (versus the usual "blacklists" -# techniques). -# +# File : trust +# +# Purpose : Trustfiles can be used to build "whitelists" +# (versus the usual "blacklists" techniques). +# # Copyright : Written by and Copyright -# Privoxy team. http://www.privoxy.org/ +# Privoxy team. https://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and @@ -17,28 +14,26 @@ # # We value your feedback. However, to provide you with the best support, # please note: -# +# # * Use the support forum to get help: -# http://sourceforge.net/tracker/?group_id=11118&atid=211118 +# https://sourceforge.net/p/ijbswa/support-requests/ # * Submit bugs only thru our bug forum: -# http://sourceforge.net/tracker/?group_id=11118&atid=111118 +# https://sourceforge.net/p/ijbswa/bugs/ # Make sure that the bug has not already been submitted. Please try # to verify that it is a Privoxy bug, and not a browser or site # bug first. If you are using your own custom configuration, please # try the stock configs to see if the problem is a configuration # related bug. And if not using the latest development snapshot, -# please try the latest one. Or even better, CVS sources. +# please try the latest one. Or even better, git sources. # * Submit feature requests only thru our feature request tracker: -# http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse -# -# For any other issues, feel free to use the mailing lists: -# http://sourceforge.net/mail/?group_id=11118 -# +# 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: -# http://sourceforge.net/mail/?group_id=11118. Archives are available +# https://lists.privoxy.org/mailman/listinfo. Archives are available # here too. -# +# ###################################################################### # # Sample Trustfile for Privoxy @@ -49,7 +44,7 @@ # Trustfiles are an experimental feature used for building "whitelists" # of "trusted" sites (versus the usual "blacklists" technique). For more -# detail, see http://www.privoxy.org/user-manual/config.html#TRUSTFILE. +# 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 # referenced. Access to trusted domains includes all paths within that @@ -69,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.