From: oes Date: Wed, 25 Sep 2002 15:15:06 +0000 (+0000) Subject: Synced with medium profile from new standard.action; updated comments X-Git-Tag: v_3_0_1~129 X-Git-Url: http://www.privoxy.org/gitweb/@user-manual@@actions-help-prefix@CRUNCH-IF-NONE-MATCH?a=commitdiff_plain;h=ccc7f93634b68fd3b0e6912257d558027b2463e2;p=privoxy.git Synced with medium profile from new standard.action; updated comments --- diff --git a/default.action.master b/default.action.master index 2a515c4d..849f9214 100644 --- a/default.action.master +++ b/default.action.master @@ -1,8 +1,8 @@ ###################################################################### # -# File : $Source: /cvsroot/ijbswa/current/Attic/default.action.master,v $ +# File : $Source: /cvsroot/ijbswa//current/Attic/default.action.master,v $ # -# $Id: default.action.master,v 1.1.2.8 2002/08/23 19:42:35 oes Exp $ +# $Id: default.action.master,v 1.1.2.9 2002/08/27 16:33:04 oes Exp $ # # Purpose : Default actions file, see # http://www.privoxy.org/faq/questions.html#CONFIGFILES @@ -229,21 +229,22 @@ # # Filters predefined in the supplied default.action include: # -# html-annoyances: Get rid of particularly annoying HTML abuse -# js-annoyances: Get rid of particularly annoying JavaScript abuse -# content-cookies: Kill cookies that come in the HTML or JS content -# popups: Kill all popups in JS and HTML -# frameset-borders: Give frames a border -# webbugs: Squish WebBugs (1x1 invisible GIFs used for user tracking) -# refresh-tags: Kill automatic refresh tags (for dial-on-demand setups) -# fun: Text replacements for subversive browsing fun! -# nimda: Remove Nimda (virus) code. -# img-reorder: Reorder attributes in tags to make the banners-by-* filters more effective -# banners-by-size: Kill banners by size (very efficient!) -# banners-by-link: Kill banners by their links to known clicktrackers -# shockwave-flash: Kill embedded Shockwave Flash objects -# crude-parental: Kill all web pages that contain the words "sex" or "warez" -# js-events: Kill all JS event bindings (Radically destructive! Use only on real suckers) +# js-annoyances: Get rid of particularly annoying JavaScript abuse +# html-annoyances: Get rid of particularly annoying HTML abuse +# content-cookies: Kill cookies that come in the HTML or JS content +# webbugs: Squish WebBugs (1x1 invisible GIFs used for user tracking) +# popups: Kill all popups in JS and HTML +# frameset-borders: Give frames a border +# refresh-tags: Kill automatic refresh tags (for dial-on-demand setups) +# img-reorder: Reorder attributes in tags to make the banners-by-* filters more effective +# banners-by-size: Kill banners by size (very efficient!) +# banners-by-link: Kill banners by their links to known clicktrackers +# fun: Text replacements for subversive browsing fun! +# nimda: Remove Nimda (virus) code. +# shockwave-flash: Kill embedded Shockwave Flash objects +# quicktime-kioskmode: Make Quicktime movies saveable +# js-events: Kill all JS event bindings (Radically destructive! Use only on real suckers) +# crude-parental: Kill all web pages that contain the words "sex" or "warez" # # +hide-forwarded-for-headers # Block any existing X-Forwarded-for header, and do not add a new one. @@ -421,6 +422,7 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} -fast-redirects \ +filter{js-annoyances} \ +filter{html-annoyances} \ ++filter{content-cookies} \ +filter{webbugs} \ +filter{popups} \ -filter{frameset-borders} \ @@ -431,6 +433,7 @@ allow-ads = -block -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 \