From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 2 Mar 2013 14:39:24 +0000 (+0000) Subject: Update filters and taggers X-Git-Tag: v_3_0_21~22 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@toggle?a=commitdiff_plain;h=15e948c1a62d809d13c3f66376d9eea6254ea14e;p=privoxy.git Update filters and taggers --- diff --git a/default.action.master b/default.action.master index bfc55b67..f59314c5 100644 --- a/default.action.master +++ b/default.action.master @@ -11,7 +11,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.action.master,v $ # -# $Id: default.action.master,v 1.284 2013/02/28 17:27:42 fabiankeil Exp $ +# $Id: default.action.master,v 1.285 2013/02/28 17:27:57 fabiankeil Exp $ # # Requires : This version requires Privoxy v3.0.11 or later due to # syntax changes. @@ -202,11 +202,13 @@ # # image-requests: Tags detected image requests as "IMAGE-REQUEST". # css-requests: Tags detected CSS requests as "CSS-REQUEST". +# range-requests: Tags range requests as "RANGE-REQUEST". # client-ip-address: Tags the request with the client's IP address. # http-method: Tags the request with its HTTP method. # allow-post: Tags POST requests as "ALLOWED-POST". # complete-url: Tags the request with the whole request URL. # user-agent: Tags the request with the complete User-Agent header. +# referer: Tags the request with the complete Referer header. # privoxy-control: Creates tags with the content of X-Privoxy-Control headers. # # +content-type-overwrite @@ -275,10 +277,10 @@ # Filters predefined in the supplied default.filter include: # # js-annoyances: Get rid of particularly annoying JavaScript abuse. -# js-events: Kill all JS event bindings and timers (Radically destructive! Only for extra nasty sites). +# js-events: Kill JavaScript event bindings and timers (Radically destructive! Only for extra nasty sites). # html-annoyances: Get rid of particularly annoying HTML abuse. # content-cookies: Kill cookies that come in the HTML or JS content. -# refresh-tags: Kill automatic refresh tags (for dial-on-demand setups). +# refresh-tags: Kill automatic refresh tags if refresh time is larger than 9 seconds. # unsolicited-popups: Disable only unsolicited pop-up windows. # all-popups: Kill all popups in JavaScript and HTML. # img-reorder: Reorder attributes in <img> tags to make the banners-by-* filters more effective. @@ -288,6 +290,7 @@ # tiny-textforms: Extend those tiny textareas up to 40x80 and kill the hard wrap. # jumping-windows: Prevent windows from resizing and moving themselves. # frameset-borders: Give frames a border and make them resizable. +# iframes: Removes all detected iframes. Should only be enabled for individual sites. # demoronizer: Fix MS's non-standard use of standard charsets. # shockwave-flash: Kill embedded Shockwave Flash objects. # quicktime-kioskmode: Make Quicktime movies saveable. diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index e846fe9f..02acfda1 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -36,7 +36,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.172 2013/03/01 17:43:18 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.173 2013/03/01 17:44:24 fabiankeil Exp $ Copyright (C) 2001-2013 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -62,7 +62,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.172 2013/03/01 17:43:18 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.173 2013/03/01 17:44:24 fabiankeil Exp $</pubdate> <!-- @@ -3834,7 +3834,7 @@ problem-host.example.com</screen> </para> <para> <anchor id="filter-js-events"> - <screen>+filter{js-events} # Kill all JS event bindings and timers (Radically destructive! Only for extra nasty sites).</screen> + <screen>+filter{js-events} # Kill JavaScript event bindings and timers (Radically destructive! Only for extra nasty sites).</screen> </para> <para> <anchor id="filter-html-annoyances"> @@ -3846,15 +3846,15 @@ problem-host.example.com</screen> </para> <para> <anchor id="filter-refresh-tags"> - <screen>+filter{refresh-tags} # Kill automatic refresh tags (for dial-on-demand setups).</screen> + <screen>+filter{refresh-tags} # Kill automatic refresh tags if refresh time is larger than 9 seconds.</screen> </para> <para> <anchor id="filter-unsolicited-popups"> - <screen>+filter{unsolicited-popups} # Disable only unsolicited pop-up windows. Useful if your browser lacks this ability.</screen> + <screen>+filter{unsolicited-popups} # Disable only unsolicited pop-up windows.</screen> </para> <para> <anchor id="filter-all-popups"> - <screen>+filter{all-popups} # Kill all popups in JavaScript and HTML. Useful if your browser lacks this ability.</screen> + <screen>+filter{all-popups} # Kill all popups in JavaScript and HTML.</screen> </para> <para> <anchor id="filter-img-reorder"> @@ -3884,6 +3884,10 @@ problem-host.example.com</screen> <anchor id="filter-frameset-borders"> <screen>+filter{frameset-borders} # Give frames a border and make them resizable.</screen> </para> + <para> + <anchor id="filter-iframes"> + <screen>+filter{iframes} # Removes all detected iframes. Should only be enabled for individual sites.</screen> + </para> <para> <anchor id="filter-demoronizer"> <screen>+filter{demoronizer} # Fix MS's non-standard use of standard charsets.</screen>