- Mark some parameters as immutable.
[privoxy.git] / standard.action
index a020fb2..a02ff24 100644 (file)
 ######################################################################
 # 
-#  File        :  $Source: /cvsroot/ijbswa/current/default.action,v $
+#  File        :  $Source: /cvsroot/ijbswa/current/standard.action,v $
 # 
-#  $Id: default.action,v 1.20 2002/04/21 05:50:10 swa Exp $
+#  $Id: standard.action,v 1.21 2007/09/01 11:06:04 fabiankeil Exp $
 #
 #  Purpose     :  Provide prefedined sets of actions, see
-#                 http://www.privoxy.org/faq/questions.html#CONFIGFILES
+#                 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 additions in 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.
 #
 ######################################################################
 
 ################
 #
-# Cautions settings -- safe for all sites
+# Cautious settings -- safe for all sites, but offer little privacy protection
 #
 { \
--add-header \
--block \
--deanimate-gifs \
--downgrade-http-version \
--fast-redirects \
-+filter{html-annoyances} \
-+filter{js-annoyances} \
--filter{content-cookies} \
--filter{popups} \
-+filter{webbugs} \
--filter{refresh-tags} \
--filter{fun} \
-+filter{nimda} \
-+filter{banners-by-size} \
--filter{shockwave-flash} \
--filter{crude-prental} \
 +hide-forwarded-for-headers \
 +hide-from-header{block} \
--hide-referrer \
--hide-user-agent \
--handle-as-image \
 +set-image-blocker{pattern} \
--limit-connect \
-+prevent-compression \
--session-cookies-only \
--prevent-reading-cookies \
--prevent-setting-cookies \
--kill-popups \
--send-vanilla-wafer \
--send-wafer \
 }
 standard.Cautious
 
 ################
 #
-# Medium settings -- safe for most sites
+# Medium settings -- safe for most sites, with reasonable protection/damage tradeoff
 #
 { \
--add-header \
--block \
 +deanimate-gifs{last} \
--downgrade-http-version \
--fast-redirects \
-+filter{html-annoyances} \
-+filter{js-annoyances} \
-+filter{content-cookies} \
--filter{popups} \
-+filter{webbugs} \
 +filter{refresh-tags} \
--filter{fun} \
-+filter{nimda} \
++filter{img-reorder} \
 +filter{banners-by-size} \
--filter{shockwave-flash} \
--filter{crude-prental} \
++filter{webbugs} \
++filter{jumping-windows} \
++filter{ie-exploits} \
 +hide-forwarded-for-headers \
 +hide-from-header{block} \
-+hide-referrer{forge} \
--hide-user-agent \
--handle-as-image \
-+set-image-blocker{pattern} \
--limit-connect \
-+prevent-compression \
++hide-referrer{conditional-block} \
 +session-cookies-only \
--prevent-reading-cookies \
--prevent-setting-cookies \
--kill-popups \
--send-vanilla-wafer \
--send-wafer \
++set-image-blocker{pattern} \
 }
 standard.Medium
 
 ################
 #
-# Advanced settings -- fun but risky
+# 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 \
++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 \
++fast-redirects{check-decoded-url} \
 +filter{html-annoyances} \
-+filter{js-annoyances} \
 +filter{content-cookies} \
-+filter{popups} \
-+filter{webbugs} \
 +filter{refresh-tags} \
-+filter{fun} \
-+filter{nimda} \
++filter{img-reorder} \
 +filter{banners-by-size} \
--filter{shockwave-flash} \
--filter{crude-prental} \
++filter{banners-by-link} \
++filter{webbugs} \
++filter{jumping-windows} \
++filter{frameset-borders} \
++filter{quicktime-kioskmode} \
++hide-if-modified-since{-60} \
 +hide-forwarded-for-headers \
 +hide-from-header{block} \
-+hide-referrer{forge} \
--hide-user-agent \
--handle-as-image \
++hide-referrer{conditional-block} \
++limit-connect{,} \
++overwrite-last-modified{randomize} \
 +set-image-blocker{pattern} \
--limit-connect \
-+prevent-compression \
-+session-cookies-only \
--prevent-reading-cookies \
--prevent-setting-cookies \
--kill-popups \
--send-vanilla-wafer \
--send-wafer \
++treat-forbidden-connects-like-blocks \
 }
 standard.Advanced