X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=standard.action;h=8a45e827c770b0608ddc7a985c62f47296edaebc;hp=17c13c493a1fe3e052385b56715b64e05c502eb3;hb=0037521e356511ffd45f769e732e9bd4c120da0f;hpb=2de3db7d60d5f86e62d0d15b19f8adcb2dc6153f diff --git a/standard.action b/standard.action index 17c13c49..8a45e827 100644 --- a/standard.action +++ b/standard.action @@ -2,64 +2,34 @@ # # File : $Source: /cvsroot/ijbswa/current/standard.action,v $ # -# $Id: standard.action,v 1.2.2.2 2002/07/27 18:13:36 oes Exp $ +# $Id: standard.action,v 1.22 2007/11/07 18:01:10 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 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. # ###################################################################### ################ # -# Cautions settings -- safe for all sites, but offer little privacy protection +# 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{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{js-events} \ --filter{crude-parental} \ --handle-as-image \ +hide-forwarded-for-headers \ +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 @@ -69,37 +39,16 @@ standard.Cautious # Medium settings -- safe for most sites, with reasonable protection/damage tradeoff # { \ --add-header \ --block \ --crunch-outgoing-cookies \ --crunch-incoming-cookies \ +deanimate-gifs{last} \ --downgrade-http-version \ --fast-redirects \ -+filter{js-annoyances} \ -+filter{html-annoyances} \ -+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{js-events} \ --filter{crude-parental} \ --handle-as-image \ ++filter{webbugs} \ ++filter{jumping-windows} \ ++filter{ie-exploits} \ +hide-forwarded-for-headers \ +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} \ } @@ -107,41 +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 \ ++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{webbugs} \ -+filter{popups} \ -+filter{frameset-borders} \ --filter{refresh-tags} \ ++filter{content-cookies} \ ++filter{refresh-tags} \ +filter{img-reorder} \ +filter{banners-by-size} \ +filter{banners-by-link} \ -+filter{fun} \ -+filter{nimda} \ --filter{shockwave-flash} \ --filter{js-events} \ --filter{crude-parental} \ --handle-as-image \ ++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 \ --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