Repairing contents to what it should have been, and testing commit.
[privoxy.git] / standard.action
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/standard.action,v $
4
5 #  $Id: standard.action,v 1.7 2006/07/18 14:48:47 david__schmidt 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 -filter{site-specifics} \
58 -handle-as-image \
59 +hide-forwarded-for-headers \
60 +hide-from-header{block} \
61 -hide-referrer \
62 -hide-user-agent \
63 -kill-popups \
64 -limit-connect \
65 +prevent-compression \
66 -send-vanilla-wafer \
67 -send-wafer \
68 -session-cookies-only \
69 +set-image-blocker{pattern} \
70 }
71 standard.Cautious
72
73 ################
74 #
75 # Medium settings -- safe for most sites, with reasonable protection/damage tradeoff
76 #
77 { \
78 -add-header \
79 -block \
80 -crunch-outgoing-cookies \
81 -crunch-incoming-cookies \
82 +deanimate-gifs{last} \
83 -downgrade-http-version \
84 -fast-redirects \
85 +filter{js-annoyances} \
86 -filter{js-events} \
87 +filter{html-annoyances} \
88 -filter{content-cookies} \
89 +filter{refresh-tags} \
90 +filter{unsolicited-popups} \
91 -filter{all-popups} \
92 +filter{img-reorder} \
93 +filter{banners-by-size} \
94 -filter{banners-by-link} \
95 +filter{webbugs} \
96 -filter{tiny-textforms} \
97 +filter{jumping-windows} \
98 -filter{frameset-borders} \
99 -filter{demoronizer} \
100 -filter{shockwave-flash} \
101 -filter{quicktime-kioskmode} \
102 -filter{fun} \
103 -filter{crude-parental} \
104 +filter{ie-exploits} \
105 -filter{site-specifics} \
106 -handle-as-image \
107 +hide-forwarded-for-headers \
108 +hide-from-header{block} \
109 +hide-referrer{forge} \
110 -hide-user-agent \
111 -kill-popups \
112 -limit-connect \
113 +prevent-compression \
114 -send-vanilla-wafer \
115 -send-wafer \
116 +session-cookies-only \
117 +set-image-blocker{pattern} \
118 }
119 standard.Medium
120
121 ################
122 #
123 # Advanced settings -- fun but risky (and include new filters)
124 #
125 { \
126 +add-header{X-User-Tracking: sucks} \
127 -block \
128 +crunch-outgoing-cookies \
129 +crunch-incoming-cookies \
130 +deanimate-gifs{last} \
131 -downgrade-http-version \
132 +fast-redirects{check-decoded-url} \
133 +filter{js-annoyances} \
134 -filter{js-events} \
135 +filter{html-annoyances} \
136 +filter{content-cookies} \
137 +filter{refresh-tags} \
138 +filter{unsolicited-popups} \
139 -filter{all-popups} \
140 +filter{img-reorder} \
141 +filter{banners-by-size} \
142 +filter{banners-by-link} \
143 +filter{webbugs} \
144 -filter{tiny-textforms} \
145 +filter{jumping-windows} \
146 +filter{frameset-borders} \
147 +filter{demoronizer} \
148 -filter{shockwave-flash} \
149 +filter{quicktime-kioskmode} \
150 +filter{fun} \
151 -filter{crude-parental} \
152 -filter{ie-exploits} \
153 -filter{site-specifics} \
154 -handle-as-image \
155 +hide-forwarded-for-headers \
156 +hide-from-header{block} \
157 +hide-referrer{forge} \
158 -hide-user-agent \
159 -kill-popups \
160 -limit-connect \
161 +prevent-compression \
162 -send-vanilla-wafer \
163 -send-wafer \
164 -session-cookies-only \
165 +set-image-blocker{pattern} \
166 }
167 standard.Adventuresome