Sync.
[privoxy.git] / standard.action
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/default.action,v $
4
5 #  $Id: default.action,v 1.20 2002/04/21 05:50:10 swa 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 additions in user.action
23 #
24 ######################################################################
25
26 ################
27 #
28 # Cautions settings -- safe for all sites
29 #
30 { \
31 -add-header \
32 -block \
33 -deanimate-gifs \
34 -downgrade-http-version \
35 -fast-redirects \
36 +filter{html-annoyances} \
37 +filter{js-annoyances} \
38 -filter{content-cookies} \
39 -filter{popups} \
40 +filter{webbugs} \
41 -filter{refresh-tags} \
42 -filter{fun} \
43 +filter{nimda} \
44 +filter{banners-by-size} \
45 -filter{shockwave-flash} \
46 -filter{crude-prental} \
47 +hide-forwarded-for-headers \
48 +hide-from-header{block} \
49 -hide-referrer \
50 -hide-user-agent \
51 -handle-as-image \
52 +set-image-blocker{pattern} \
53 -limit-connect \
54 +prevent-compression \
55 -session-cookies-only \
56 -prevent-reading-cookies \
57 -prevent-setting-cookies \
58 -kill-popups \
59 -send-vanilla-wafer \
60 -send-wafer \
61 }
62 standard.Cautious
63
64 ################
65 #
66 # Medium settings -- safe for most sites
67 #
68 { \
69 -add-header \
70 -block \
71 +deanimate-gifs{last} \
72 -downgrade-http-version \
73 -fast-redirects \
74 +filter{html-annoyances} \
75 +filter{js-annoyances} \
76 +filter{content-cookies} \
77 -filter{popups} \
78 +filter{webbugs} \
79 +filter{refresh-tags} \
80 -filter{fun} \
81 +filter{nimda} \
82 +filter{banners-by-size} \
83 -filter{shockwave-flash} \
84 -filter{crude-prental} \
85 +hide-forwarded-for-headers \
86 +hide-from-header{block} \
87 +hide-referrer{forge} \
88 -hide-user-agent \
89 -handle-as-image \
90 +set-image-blocker{pattern} \
91 -limit-connect \
92 +prevent-compression \
93 +session-cookies-only \
94 -prevent-reading-cookies \
95 -prevent-setting-cookies \
96 -kill-popups \
97 -send-vanilla-wafer \
98 -send-wafer \
99 }
100 standard.Medium
101
102 ################
103 #
104 # Advanced settings -- fun but risky
105 #
106 { \
107 +add-header{X-User-Tracking: sucks} \
108 -block \
109 +deanimate-gifs{last} \
110 -downgrade-http-version \
111 +fast-redirects \
112 +filter{html-annoyances} \
113 +filter{js-annoyances} \
114 +filter{content-cookies} \
115 +filter{popups} \
116 +filter{webbugs} \
117 +filter{refresh-tags} \
118 +filter{fun} \
119 +filter{nimda} \
120 +filter{banners-by-size} \
121 -filter{shockwave-flash} \
122 -filter{crude-prental} \
123 +hide-forwarded-for-headers \
124 +hide-from-header{block} \
125 +hide-referrer{forge} \
126 -hide-user-agent \
127 -handle-as-image \
128 +set-image-blocker{pattern} \
129 -limit-connect \
130 +prevent-compression \
131 +session-cookies-only \
132 -prevent-reading-cookies \
133 -prevent-setting-cookies \
134 -kill-popups \
135 -send-vanilla-wafer \
136 -send-wafer \
137 }
138 standard.Advanced