Sync with recent make install changes, notably the requirement for a non-root
[privoxy.git] / standard.action
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/standard.action,v $
4
5 #  $Id: standard.action,v 1.3 2002/07/29 21:41:36 jongfoster 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{content-cookies} \
41 +filter{webbugs} \
42 -filter{popups} \
43 -filter{frameset-borders} \
44 -filter{refresh-tags} \
45 -filter{img-reorder} \
46 +filter{banners-by-size} \
47 -filter{banners-by-link} \
48 -filter{fun} \
49 +filter{nimda} \
50 -filter{shockwave-flash} \
51 -filter{quicktime-kioskmode} \
52 -filter{js-events} \
53 -filter{crude-parental} \
54 -handle-as-image \
55 +hide-forwarded-for-headers \
56 +hide-from-header{block} \
57 -hide-referrer \
58 -hide-user-agent \
59 -kill-popups \
60 -limit-connect \
61 +prevent-compression \
62 -send-vanilla-wafer \
63 -send-wafer \
64 -session-cookies-only \
65 +set-image-blocker{pattern} \
66 }
67 standard.Cautious
68
69 ################
70 #
71 # Medium settings -- safe for most sites, with reasonable protection/damage tradeoff
72 #
73 { \
74 -add-header \
75 -block \
76 -crunch-outgoing-cookies \
77 -crunch-incoming-cookies \
78 +deanimate-gifs{last} \
79 -downgrade-http-version \
80 -fast-redirects \
81 +filter{js-annoyances} \
82 +filter{html-annoyances} \
83 +filter{content-cookies} \
84 +filter{webbugs} \
85 +filter{popups} \
86 -filter{frameset-borders} \
87 -filter{refresh-tags} \
88 -filter{img-reorder} \
89 +filter{banners-by-size} \
90 -filter{banners-by-link} \
91 -filter{fun} \
92 +filter{nimda} \
93 -filter{shockwave-flash} \
94 +filter{quicktime-kioskmode} \
95 -filter{js-events} \
96 -filter{crude-parental} \
97 -handle-as-image \
98 +hide-forwarded-for-headers \
99 +hide-from-header{block} \
100 +hide-referrer{forge} \
101 -hide-user-agent \
102 -kill-popups \
103 -limit-connect \
104 +prevent-compression \
105 -send-vanilla-wafer \
106 -send-wafer \
107 +session-cookies-only \
108 +set-image-blocker{pattern} \
109 }
110 standard.Medium
111
112 ################
113 #
114 # Advanced settings -- fun but risky (and include new filters)
115 #
116 { \
117 +add-header{X-User-Tracking: sucks} \
118 -block \
119 +crunch-outgoing-cookies \
120 +crunch-incoming-cookies \
121 +deanimate-gifs{last} \
122 -downgrade-http-version \
123 +fast-redirects \
124 +filter{js-annoyances} \
125 +filter{html-annoyances} \
126 +filter{content-cookies} \
127 +filter{webbugs} \
128 +filter{popups} \
129 +filter{frameset-borders} \
130 -filter{refresh-tags} \
131 +filter{img-reorder} \
132 +filter{banners-by-size} \
133 +filter{banners-by-link} \
134 +filter{fun} \
135 +filter{nimda} \
136 -filter{shockwave-flash} \
137 +filter{quicktime-kioskmode} \
138 -filter{js-events} \
139 -filter{crude-parental} \
140 -handle-as-image \
141 +hide-forwarded-for-headers \
142 +hide-from-header{block} \
143 +hide-referrer{forge} \
144 -hide-user-agent \
145 -kill-popups \
146 -limit-connect \
147 +prevent-compression \
148 -send-vanilla-wafer \
149 -send-wafer \
150 -session-cookies-only \
151 +set-image-blocker{pattern} \
152 }
153 standard.Advanced