Accept and ignore "Connect: Unsetting keep-alive flag.".
[privoxy.git] / standard.action
index 140dd1e..05d5bd3 100644 (file)
@@ -2,24 +2,24 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/standard.action,v $
 # 
-#  $Id: standard.action,v 1.5 2002/10/20 19:33:07 hal9 Exp $
+#  $Id: standard.action,v 1.23 2008/03/04 18:30:40 fabiankeil Exp $
 #
 #  Purpose     :  Provide prefedined sets of actions, see
 #                 http://www.privoxy.org/user-manual/actions-file.html
 #
-#  Copyright   :  Written by and Copyright
+#  Copyright   :  Written by and Copyright 2002-2007
 #                 Privoxy team. http://www.privoxy.org/
 #
 ######################################################################
 
 ######################################################################
 #
-# CAUTION: MODYFING THIS FILE IS *NOT* RECOMMENDED for the average
-#          user.
+# WARNING: THIS FILE IS *NOT* THE PLACE TO CUSTOMIZE YOUR CONFIGURATION!
 #
-#          If you want to customize Privoxy to suit your needs, 
-#          you can alter the default section in default.action and/or
-#          add your personal exceptions and extensions to user.action
+#          This is not a user modifiable configuration file!
+#          Local customizations and preferences should go in 
+#          user.action and/or user.filter. Or use the custom editor at
+#          http://p.p/. Thanks.
 #
 ######################################################################
 
 # Cautious settings -- safe for all sites, but offer little privacy protection
 #
 { \
--add-header \
--block \
--crunch-outgoing-cookies \
--crunch-incoming-cookies \
--deanimate-gifs \
--downgrade-http-version \
--fast-redirects \
-+filter{js-annoyances} \
-+filter{html-annoyances} \
--filter{content-cookies} \
-+filter{webbugs} \
--filter{popups} \
--filter{frameset-borders} \
--filter{refresh-tags} \
--filter{img-reorder} \
-+filter{banners-by-size} \
--filter{banners-by-link} \
--filter{fun} \
-+filter{nimda} \
--filter{shockwave-flash} \
--filter{quicktime-kioskmode} \
--filter{js-events} \
--filter{crude-parental} \
--handle-as-image \
-+hide-forwarded-for-headers \
++change-x-forwarded-for{block} \
 +hide-from-header{block} \
--hide-referrer \
--hide-user-agent \
--kill-popups \
--limit-connect \
-+prevent-compression \
--send-vanilla-wafer \
--send-wafer \
--session-cookies-only \
 +set-image-blocker{pattern} \
 }
 standard.Cautious
@@ -71,39 +39,16 @@ standard.Cautious
 # Medium settings -- safe for most sites, with reasonable protection/damage tradeoff
 #
 { \
--add-header \
--block \
--crunch-outgoing-cookies \
--crunch-incoming-cookies \
++change-x-forwarded-for{block} \
 +deanimate-gifs{last} \
--downgrade-http-version \
--fast-redirects \
-+filter{js-annoyances} \
-+filter{html-annoyances} \
-+filter{content-cookies} \
-+filter{webbugs} \
-+filter{popups} \
--filter{frameset-borders} \
--filter{refresh-tags} \
--filter{img-reorder} \
++filter{refresh-tags} \
++filter{img-reorder} \
 +filter{banners-by-size} \
--filter{banners-by-link} \
--filter{fun} \
-+filter{nimda} \
--filter{shockwave-flash} \
-+filter{quicktime-kioskmode} \
--filter{js-events} \
--filter{crude-parental} \
--handle-as-image \
-+hide-forwarded-for-headers \
++filter{webbugs} \
++filter{jumping-windows} \
++filter{ie-exploits} \
 +hide-from-header{block} \
-+hide-referrer{forge} \
--hide-user-agent \
--kill-popups \
--limit-connect \
-+prevent-compression \
--send-vanilla-wafer \
--send-wafer \
++hide-referrer{conditional-block} \
 +session-cookies-only \
 +set-image-blocker{pattern} \
 }
@@ -111,43 +56,39 @@ standard.Medium
 
 ################
 #
-# Advanced settings -- fun but risky (and include new filters)
+# Advanced settings -- reasonable privacy protection but
+# require some exceptions for trusted sites, most likely
+# because of cookies or SSL. Also testing ground for
+# new options.
+#
+# CAUTION: These settings can still be subverted by a
+# misconfigured client that executes code from untrusted
+# sources.
 #
 { \
-+add-header{X-User-Tracking: sucks} \
--block \
++change-x-forwarded-for{block} \
++client-header-tagger{css-requests} \
++client-header-tagger{image-requests} \
++crunch-if-none-match \
 +crunch-outgoing-cookies \
 +crunch-incoming-cookies \
 +deanimate-gifs{last} \
--downgrade-http-version \
-+fast-redirects \
-+filter{js-annoyances} \
++fast-redirects{check-decoded-url} \
 +filter{html-annoyances} \
 +filter{content-cookies} \
-+filter{webbugs} \
-+filter{popups} \
-+filter{frameset-borders} \
--filter{refresh-tags} \
++filter{refresh-tags} \
 +filter{img-reorder} \
 +filter{banners-by-size} \
 +filter{banners-by-link} \
-+filter{fun} \
-+filter{nimda} \
--filter{shockwave-flash} \
++filter{webbugs} \
++filter{jumping-windows} \
++filter{frameset-borders} \
 +filter{quicktime-kioskmode} \
--filter{js-events} \
--filter{crude-parental} \
--handle-as-image \
-+hide-forwarded-for-headers \
++hide-if-modified-since{-60} \
 +hide-from-header{block} \
-+hide-referrer{forge} \
--hide-user-agent \
--kill-popups \
--limit-connect \
-+prevent-compression \
--send-vanilla-wafer \
--send-wafer \
--session-cookies-only \
++hide-referrer{conditional-block} \
++limit-connect{,} \
++overwrite-last-modified{randomize} \
 +set-image-blocker{pattern} \
 }
 standard.Advanced