From: Fabian Keil <fk@fabiankeil.de> Date: Sun, 22 Apr 2012 12:15:53 +0000 (+0000) Subject: Use another client-header-tagger{} example: disable filtering for range requests X-Git-Tag: v_3_0_20~353 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/developer-manual/documentation.html?a=commitdiff_plain;h=144675364a1f04b8088addb311c65ca41bd48c29;p=privoxy.git Use another client-header-tagger{} example: disable filtering for range requests --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 417e5c50..8b682670 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -34,7 +34,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.147 2012/03/11 19:03:42 diem Exp $ + $Id: user-manual.sgml,v 2.148 2012/03/18 15:41:49 fabiankeil Exp $ Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -60,7 +60,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.147 2012/03/11 19:03:42 diem Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.148 2012/03/18 15:41:49 fabiankeil Exp $</pubdate> <!-- @@ -3971,7 +3971,7 @@ for details. {+client-header-filter{hide-tor-exit-notation}} / </screen> - </para> + </para> </listitem> </varlistentry> @@ -4065,6 +4065,22 @@ TAG:^User-Agent: fetch libfetch/ TAG:^User-Agent: Ubuntu APT-HTTP/ TAG:^User-Agent: MPlayer/ </screen> + </para> + <para> + <screen> +# Tag all requests with the Range header set +{+client-header-tagger{range-requests}} +/ + +# Disable filtering for the tagged requests. +# +# With filtering enabled Privoxy would remove the Range headers +# to be able to filter the whole response. The downside is that +# it prevents clients from resuming downloads or skipping over +# parts of multimedia files. +{-filter -deanimate-gifs} +TAG:^RANGE-REQUEST$ + </screen> </para> </listitem> </varlistentry> @@ -9490,6 +9506,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut USA $Log: user-manual.sgml,v $ + Revision 2.148 2012/03/18 15:41:49 fabiankeil + Bump entities to 3.0.20 UNRELEASED + Revision 2.147 2012/03/11 19:03:42 diem Updated user manual to refer to both packaged and source install options for OS X