- If the socket-timeout has been reached and the client
[privoxy.git] / trust
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/trust,v $
4
5 #  $Id: trust,v 1.5 2007/02/14 17:15:36 fabiankeil Exp $
6 #
7 #  Purpose     :  Trustfiles are an experimental feature and can be used
8 #                 to build "whitelists" (versus the usual "blacklists"
9 #                 techniques).
10
11 #  Copyright   :  Written by and Copyright
12 #                 Privoxy team. http://www.privoxy.org/
13 #
14 #                 Based on the Internet Junkbuster originally written
15 #                 by and Copyright (C) 1997 Anonymous Coders and
16 #                 Junkbusters Corporation.  http://www.junkbusters.com
17 #
18 # We value your feedback. However, to provide you with the best support,
19 # please note:
20 #  
21 #  * Use the support forum to get help:
22 #    http://sourceforge.net/tracker/?group_id=11118&atid=211118
23 #  * Submit bugs only thru our bug forum:
24 #    http://sourceforge.net/tracker/?group_id=11118&atid=111118 
25 #    Make sure that the bug has not already been submitted. Please try
26 #    to verify that it is a Privoxy bug, and not a browser or site
27 #    bug first. If you are using your own custom configuration, please
28 #    try the stock configs to see if the problem is a configuration
29 #    related bug. And if not using the latest development snapshot,
30 #    please try the latest one. Or even better, CVS sources.
31 #  * Submit feature requests only thru our feature request tracker:
32 #    http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse
33 #      
34 # For any other issues, feel free to use the mailing lists:
35 # http://sourceforge.net/mail/?group_id=11118
36 #    
37 # Anyone interested in actively participating in development and related
38 # discussions can join the appropriate mailing list here:
39 # http://sourceforge.net/mail/?group_id=11118. Archives are available
40 # here too.
41
42 ######################################################################
43 #
44 #                      Sample Trustfile for Privoxy
45
46 # For this file to have any effect, the line in the main config file beginning
47 # with "trustfile" must be uncommented, with the name of this file following the
48 # word "trustfile".
49
50 # Trustfiles are an experimental feature used for building "whitelists"
51 # of "trusted" sites (versus the usual "blacklists" technique). For more
52 # detail, see http://www.privoxy.org/user-manual/config.html#TRUSTFILE.
53
54 # List trusted domains here. The default is to block any URL that is NOT
55 # referenced. Access to trusted domains includes all paths within that
56 # domain.
57
58 # Preceding a domain with a '+' character will designate that domain
59 # as a "trusted referrer", meaning any requests whose HTTP "Referer" headers
60 # contain an URL from that domain will be allowed, and the previously untrusted
61 # host will be dynamically added to this file. Thus, this builds a "white-list"
62 # of hosts the user is allowed to visit.
63
64 # Note this means that the file will grow with use!
65
66 # Also note that you can only trust referrers if you control the user's
67 # system and make sure that there are no programs available that allow
68 # to set arbitrary headers.
69
70 # Preceding the domain with '~' character allows access to that domain only
71 # (including all paths within that domain), but does not allow access to links
72 # to other, outside domains. Sites that are added dynamically by trusted 
73 # referrers will include the '~' character, and thus do not become trusted
74 # referrers themselves.
75
76 # Example: to allow example.com and to white-list domains that appear to
77 # be reached through links from example.com, uncomment this line:
78
79 # +example.com 
80
81 # The next two lines make sure that the user can access Privoxy's
82 # CGI pages, without automatically trusting their links.
83
84 ~config.privoxy.org
85 ~p.p