- Block daily mirror ads.
[privoxy.git] / standard.action
1 ######################################################################
2
3 #  File        :  $Source: /cvsroot/ijbswa/current/standard.action,v $
4
5 #  $Id: standard.action,v 1.22 2007/11/07 18:01:10 fabiankeil 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 2002-2007
11 #                 Privoxy team. http://www.privoxy.org/
12 #
13 ######################################################################
14
15 ######################################################################
16 #
17 # WARNING: THIS FILE IS *NOT* THE PLACE TO CUSTOMIZE YOUR CONFIGURATION!
18 #
19 #          This is not a user modifiable configuration file!
20 #          Local customizations and preferences should go in 
21 #          user.action and/or user.filter. Or use the custom editor at
22 #          http://p.p/. Thanks.
23 #
24 ######################################################################
25
26 ################
27 #
28 # Cautious settings -- safe for all sites, but offer little privacy protection
29 #
30 { \
31 +hide-forwarded-for-headers \
32 +hide-from-header{block} \
33 +set-image-blocker{pattern} \
34 }
35 standard.Cautious
36
37 ################
38 #
39 # Medium settings -- safe for most sites, with reasonable protection/damage tradeoff
40 #
41 { \
42 +deanimate-gifs{last} \
43 +filter{refresh-tags} \
44 +filter{img-reorder} \
45 +filter{banners-by-size} \
46 +filter{webbugs} \
47 +filter{jumping-windows} \
48 +filter{ie-exploits} \
49 +hide-forwarded-for-headers \
50 +hide-from-header{block} \
51 +hide-referrer{conditional-block} \
52 +session-cookies-only \
53 +set-image-blocker{pattern} \
54 }
55 standard.Medium
56
57 ################
58 #
59 # Advanced settings -- reasonable privacy protection but
60 # require some exceptions for trusted sites, most likely
61 # because of cookies or SSL. Also testing ground for
62 # new options.
63 #
64 # CAUTION: These settings can still be subverted by a
65 # misconfigured client that executes code from untrusted
66 # sources.
67 #
68 { \
69 +client-header-tagger{css-requests} \
70 +client-header-tagger{image-requests} \
71 +crunch-if-none-match \
72 +crunch-outgoing-cookies \
73 +crunch-incoming-cookies \
74 +deanimate-gifs{last} \
75 +fast-redirects{check-decoded-url} \
76 +filter{html-annoyances} \
77 +filter{content-cookies} \
78 +filter{refresh-tags} \
79 +filter{img-reorder} \
80 +filter{banners-by-size} \
81 +filter{banners-by-link} \
82 +filter{webbugs} \
83 +filter{jumping-windows} \
84 +filter{frameset-borders} \
85 +filter{quicktime-kioskmode} \
86 +hide-if-modified-since{-60} \
87 +hide-forwarded-for-headers \
88 +hide-from-header{block} \
89 +hide-referrer{conditional-block} \
90 +limit-connect{,} \
91 +overwrite-last-modified{randomize} \
92 +set-image-blocker{pattern} \
93 }
94 standard.Advanced