Set paths to match the defaults for a root install. Force remove PIDFILE on
[privoxy.git] / trust
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/trust,v $
4
5 #  $Id: trust,v 1.2.2.1 2002/10/01 04:57:15 hal9 Exp $
6 #
7 #  Purpose     :  Trustfiles are an experimental feature used for
8 #                 building "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 Junkbuster 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 forum:
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 # "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. Preceding a domain with a '+' character, will designate that domain
57 # as a "trusted referrer", meaning any pages linked from that site will be
58 # allowed, and then added dynamically to this file. Thus, this builds a
59 # "white-list" of safe places to browse. Note this means that the file will
60 # grow with use!
61
62 # Preceding the domain with '~' character allows access to that domain only
63 # (including all paths within that domain). But does not allow access to links
64 # to other, outside domains. Sites that are added dynamically by trusted 
65 # referrers, will include the '~' character, as thus do not become trusted
66 # referrers themselves.
67
68 # Example: to allow example.com and links that come from example.com,
69 # uncomment this line:
70
71 #  +example.com 
72
73 # and comment the last line (* alone), which would unblock everything:
74
75 # *