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