Correct HTML, external Stylesheets, eye candy, some fixes
[privoxy.git] / trust
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/basic.action,v $
4
5 #  $Id: basic.action,v 1.3 2002/03/26 22:29:54 swa Exp $
6 #
7 #  Purpose     :  Trustfiles are an experimental feature used for
8 #                 building "whitelists" (versus the usual "blacklists"
9 #                 in a blockfile).
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 #  Illustrative Trustfile for Privoxy
45
46 # For this file to have any effect, the line beginning "trustfile" must
47 # be commented in, with the name of this file following the word "trustfile"
48
49 # Trustfiles are an experimental feature used for building "whitelists"
50 # (versus the usual "blacklists" in a blockfile). Most people don't use it.
51 # For more detail, see http://www.junkbusters.com/ht/en/ijbman.html#trustfile
52 #
53 # This is like parsed exactly like a blockfile, except that a '+'
54 # in column one is treated like a '~' (i.e. doesn't block) and
55 # it adds the spec to the trusted-referer list.
56 #
57 # Also, the default is to block any URL that is NOT mentioned on this list.
58 #
59 # While browsing, the domains for URLs that are referred by a trusted referer
60 # are added to this list.  Thus this acts as a "white-list" of OK places
61 # to browse. Note this means that the file will grow longer with use.
62 #
63 # Example: to allow only links that came from yahooligans, uncomment this line
64 # +yahooligans.com
65 # and remove the last line (* alone), which unblock everything:
66 *