Regenerate docs for upcoming 3.0.1 release.
[privoxy.git] / standard.action
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/standard.action,v $
4
5 #  $Id: standard.action,v 1.2.2.6 2003/03/15 14:09:31 oes Exp $
6 #
7 #  Purpose     :  Provide prefedined sets of actions, see
8 #                 http://www.privoxy.org/user-manual/actions-file.html
9 #
10 #  Copyright   :  Written by and Copyright
11 #                 Privoxy team. http://www.privoxy.org/
12 #
13 ######################################################################
14
15 ######################################################################
16 #
17 # CAUTION: THIS FILE IS *NOT* THE PLACE TO CUSTOMIZE YOUR CONFIGURATION!
18 #
19 #          If you want to customize Privoxy to suit your needs, 
20 #          you can alter the default section in default.action and/or
21 #          add your personal exceptions and extensions to user.action
22 #
23 ######################################################################
24
25 ################
26 #
27 # Cautious settings -- safe for all sites, but offer little privacy protection
28 #
29 { \
30 -add-header \
31 -block \
32 -crunch-outgoing-cookies \
33 -crunch-incoming-cookies \
34 -deanimate-gifs \
35 -downgrade-http-version \
36 -fast-redirects \
37 +filter{js-annoyances} \
38 -filter{js-events} \
39 +filter{html-annoyances} \
40 -filter{content-cookies} \
41 -filter{refresh-tags} \
42 +filter{unsolicited-popups} \
43 -filter{all-popups} \
44 -filter{img-reorder} \
45 +filter{banners-by-size} \
46 -filter{banners-by-link} \
47 +filter{webbugs} \
48 -filter{tiny-textforms} \
49 -filter{jumping-windows} \
50 -filter{frameset-borders} \
51 -filter{demoronizer} \
52 -filter{shockwave-flash} \
53 -filter{quicktime-kioskmode} \
54 -filter{fun} \
55 -filter{crude-parental} \
56 -filter{ie-exploits} \
57 -handle-as-image \
58 +hide-forwarded-for-headers \
59 +hide-from-header{block} \
60 -hide-referrer \
61 -hide-user-agent \
62 -kill-popups \
63 -limit-connect \
64 +prevent-compression \
65 -send-vanilla-wafer \
66 -send-wafer \
67 -session-cookies-only \
68 +set-image-blocker{pattern} \
69 }
70 standard.Cautious
71
72 ################
73 #
74 # Medium settings -- safe for most sites, with reasonable protection/damage tradeoff
75 #
76 { \
77 -add-header \
78 -block \
79 -crunch-outgoing-cookies \
80 -crunch-incoming-cookies \
81 +deanimate-gifs{last} \
82 -downgrade-http-version \
83 -fast-redirects \
84 +filter{js-annoyances} \
85 -filter{js-events} \
86 +filter{html-annoyances} \
87 -filter{content-cookies} \
88 +filter{refresh-tags} \
89 +filter{unsolicited-popups} \
90 -filter{all-popups} \
91 +filter{img-reorder} \
92 +filter{banners-by-size} \
93 -filter{banners-by-link} \
94 +filter{webbugs} \
95 -filter{tiny-textforms} \
96 +filter{jumping-windows} \
97 -filter{frameset-borders} \
98 +filter{demoronizer} \
99 -filter{shockwave-flash} \
100 -filter{quicktime-kioskmode} \
101 -filter{fun} \
102 -filter{crude-parental} \
103 +filter{ie-exploits} \
104 -handle-as-image \
105 +hide-forwarded-for-headers \
106 +hide-from-header{block} \
107 +hide-referrer{forge} \
108 -hide-user-agent \
109 -kill-popups \
110 -limit-connect \
111 +prevent-compression \
112 -send-vanilla-wafer \
113 -send-wafer \
114 +session-cookies-only \
115 +set-image-blocker{pattern} \
116 }
117 standard.Medium
118
119 ################
120 #
121 # Advanced settings -- fun but risky (and include new filters)
122 #
123 { \
124 +add-header{X-User-Tracking: sucks} \
125 -block \
126 +crunch-outgoing-cookies \
127 +crunch-incoming-cookies \
128 +deanimate-gifs{last} \
129 -downgrade-http-version \
130 +fast-redirects \
131 +filter{js-annoyances} \
132 -filter{js-events} \
133 +filter{html-annoyances} \
134 +filter{content-cookies} \
135 +filter{refresh-tags} \
136 +filter{unsolicited-popups} \
137 -filter{all-popups} \
138 +filter{img-reorder} \
139 +filter{banners-by-size} \
140 +filter{banners-by-link} \
141 +filter{webbugs} \
142 -filter{tiny-textforms} \
143 +filter{jumping-windows} \
144 +filter{frameset-borders} \
145 +filter{demoronizer} \
146 -filter{shockwave-flash} \
147 +filter{quicktime-kioskmode} \
148 +filter{fun} \
149 -filter{crude-parental} \
150 -filter{ie-exploits} \
151 -handle-as-image \
152 +hide-forwarded-for-headers \
153 +hide-from-header{block} \
154 +hide-referrer{forge} \
155 -hide-user-agent \
156 -kill-popups \
157 -limit-connect \
158 +prevent-compression \
159 -send-vanilla-wafer \
160 -send-wafer \
161 -session-cookies-only \
162 +set-image-blocker{pattern} \
163 }
164 standard.Adventuresome