From: Fabian Keil <fk@fabiankeil.de> Date: Sun, 24 Nov 2013 14:27:09 +0000 (+0000) Subject: Document negative tag patterns X-Git-Tag: v_3_0_22~209 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/@default-cgi@/diff?a=commitdiff_plain;h=854cc1ce0089a2cadd2559fc4f7f2172bba6adc5;p=privoxy.git Document negative tag patterns --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index a7ea4c8f..a75a09db 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.174 2013/03/02 14:39:24 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.175 2013/03/20 11:30:28 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.174 2013/03/02 14:39:24 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.175 2013/03/20 11:30:28 fabiankeil Exp $</pubdate> <!-- @@ -2363,6 +2363,23 @@ for details. </sect3> +<!-- ~~~~~ New section ~~~~~ --> +<sect3 id="negative-tag-patterns"><title>The Negative Tag Patterns</title> + +<para> + To match requests that do not have a certain tag, specify a negative tag pattern + by prefixing the tag pattern line with either <quote>NO-REQUEST-TAG:</quote> + or <quote>NO-RESPONSE-TAG:</quote> instead of <quote>TAG:</quote>. +</para> + +<para> + Negative tag patterns created with <quote>NO-REQUEST-TAG:</quote> are checked + after all client headers are scanned, the ones created with <quote>NO-RESPONSE-TAG:</quote> + are checked after all server headers are scanned. In both cases all the created + tags are considered. +</para> + + </sect2> <!-- ~ End section ~ -->