From: Fabian Keil Date: Thu, 17 May 2007 15:55:36 +0000 (+0000) Subject: Undo an improperly tested last-minute change X-Git-Tag: v_3_0_7~242 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=ea98101646218f987b9c6dfd49471a641b8c0a1d;p=privoxy.git Undo an improperly tested last-minute change and turn "text-requests" back into "css-requests". --- diff --git a/default.filter b/default.filter index c2cc2173..62e37557 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.40 2007/03/20 15:40:00 fabiankeil Exp $ +# $Id: default.filter,v 1.41 2007/05/17 15:45:41 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -721,17 +721,25 @@ s@Accept:\s*image/.*@IMAGE-REQUEST@i ################################################################################# # -# text-requests: Tags detected CSS requests as "TEXT-REQUEST". Whether +# css-requests: Tags detected CSS requests as "CSS-REQUEST". Whether # or not the detection actually works depends on the browser. # ################################################################################# -CLIENT-HEADER-TAGGER: text-requests Tags detected requests for text documents as "TEXT-REQUEST". -s@Accept:\s*text/.*@TEXT-REQUEST@i +CLIENT-HEADER-TAGGER: text-requests Tags detected CSS requests as "CSS-REQUEST". +s@Accept:\s*text/css.*@CSS-REQUEST@i ############################################################################## # # Revisions : # $Log: default.filter,v $ +# Revision 1.41 2007/05/17 15:45:41 fabiankeil +# - Mention new filter types and the 'D' option. +# - Header filters are now case-insensitive and accept a +# varying amount of whitespace after the colon. +# - Add another selector for yahoo ads. +# - New server-header filter: less-download-windows +# - New client-header taggers: text-requests and image-requests. +# # Revision 1.40 2007/03/20 15:40:00 fabiankeil # Adjust to new world order with dedicated header-filter actions. #