X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=trust;h=ab5eb003f71d7b67b276fc4065f983e0eccd8c8a;hp=d1a9fe2177b24f1b784121bec8b834418b95e590;hb=5af5acaa9aa8c28ebcb6eb7be8a5d61b1a4fbf34;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7 diff --git a/trust b/trust index d1a9fe21..ab5eb003 100644 --- a/trust +++ b/trust @@ -1,27 +1,85 @@ -# Illustrative Trustfile for the Internet Junkbuster +###################################################################### +# +# File : $Source: /cvsroot/ijbswa/current/trust,v $ +# +# $Id: trust,v 1.5 2007/02/14 17:15:36 fabiankeil Exp $ # -# Copyright 1997-8 Junkbusters Corp. For distribution, modification and use -# under the GNU General Public License. These files come with NO WARRANTY. -# See http://www.junkbusters.com/ht/en/gpl.html or README file for details. - -# For this file to have any effect, the line beginning "trustfile" must -# be commented in, with the name of this file following the word "trustfile" - -# Trustfiles are an experimental feature used for building "whitelists" -# (versus the usual "blacklists" in a blockfile). Most people don't use it. -# For more detail, see http://www.junkbusters.com/ht/en/ijbman.html#trustfile -# -# This is like parsed exactly like a blockfile, except that a '+' -# in column one is treated like a '~' (i.e. doesn't block) and -# it adds the spec to the trusted-referer list. +# Purpose : Trustfiles are an experimental feature and can be used +# to build "whitelists" (versus the usual "blacklists" +# techniques). +# +# Copyright : Written by and Copyright +# Privoxy team. http://www.privoxy.org/ # -# Also, the default is to block any URL that is NOT mentioned on this list. +# Based on the Internet Junkbuster originally written +# by and Copyright (C) 1997 Anonymous Coders and +# Junkbusters Corporation. http://www.junkbusters.com # -# While browsing, the domains for URLs that are referred by a trusted referer -# are added to this list. Thus this acts as a "white-list" of OK places -# to browse. Note this means that the file will grow longer with use. +# 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 +# * Submit bugs only thru our bug forum: +# http://sourceforge.net/tracker/?group_id=11118&atid=111118 +# 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. +# * 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 +# +# 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 +# here too. +# +###################################################################### # -# Example: to allow only links that came from yahooligans, uncomment this line -# +yahooligans.com -# and remove the last line (* alone), which unblock everything: -* +# Sample Trustfile for Privoxy + +# For this file to have any effect, the line in the main config file beginning +# 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 +# detail, see http://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 +# domain. + +# Preceding a domain with a '+' character will designate that domain +# as a "trusted referrer", meaning any requests whose HTTP "Referer" headers +# contain an URL from that domain will be allowed, and the previously untrusted +# host will be dynamically added to this file. Thus, this builds a "white-list" +# of hosts the user is allowed to visit. + +# Note this means that the file will grow with use! + +# Also note that you can only trust referrers if you control the user's +# system and make sure that there are no programs available that allow +# to set arbitrary headers. + +# 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 +# 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 + +# The next two lines make sure that the user can access Privoxy's +# CGI pages, without automatically trusting their links. + +~config.privoxy.org +~p.p