84466a5b7f09a1e1f4f07a8b01ad8d1774c47f96
[privoxy.git] / debian / patches / 25_standard_medium.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 25_standard_medium.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Change the global default from standard.Cautious to
6 ## DP: standard.Medium, which is similar to the old 3.0.3 behavior and 
7 ## DP: doesn't change too much.
8
9 @DPATCH@
10 diff -urNad privoxy~/global.action privoxy/global.action
11 --- privoxy~/global.action
12 +++ privoxy/global.action
13 @@ -11,29 +11,29 @@
14  -crunch-outgoing-cookies \
15  -crunch-incoming-cookies \
16  -crunch-server-header \
17 --deanimate-gifs \
18 ++deanimate-gifs{last} \
19  -downgrade-http-version \
20  -fast-redirects \
21  -filter{js-annoyances} \
22  -filter{js-events} \
23  -filter{html-annoyances} \
24  -filter{content-cookies} \
25 --filter{refresh-tags} \
26 ++filter{refresh-tags} \
27  -filter{unsolicited-popups} \
28  -filter{all-popups} \
29 --filter{img-reorder} \
30 --filter{banners-by-size} \
31 ++filter{img-reorder} \
32 ++filter{banners-by-size} \
33  -filter{banners-by-link} \
34 --filter{webbugs} \
35 ++filter{webbugs} \
36  -filter{tiny-textforms} \
37 --filter{jumping-windows} \
38 ++filter{jumping-windows} \
39  -filter{frameset-borders} \
40  -filter{demoronizer} \
41  -filter{shockwave-flash} \
42  -filter{quicktime-kioskmode} \
43  -filter{fun} \
44  -filter{crude-parental} \
45 --filter{ie-exploits} \
46 ++filter{ie-exploits} \
47  -filter{site-specifics} \
48  -filter{google} \
49  -filter{yahoo} \
50 @@ -48,19 +48,19 @@
51  -hide-if-modified-since \
52  +hide-forwarded-for-headers \
53  +hide-from-header{block} \
54 --hide-referrer \
55 ++hide-referrer{conditional-block} \
56  -hide-user-agent \
57  -inspect-jpegs \
58  -kill-popups \
59  -limit-connect \
60 --prevent-compression \
61  -overwrite-last-modified \
62 +-prevent-compression \
63  -redirect \
64  -send-vanilla-wafer \
65  -send-wafer \
66  -server-header-filter{xml-to-html} \
67  -server-header-filter{html-to-xml} \
68 --session-cookies-only \
69 ++session-cookies-only \
70  +set-image-blocker{pattern} \
71  -treat-forbidden-connects-like-blocks \
72  }