Tag CSS and image requests with cautious and medium settings, too.
authorFabian Keil <fk@fabiankeil.de>
Sat, 27 Mar 2010 18:48:38 +0000 (18:48 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 27 Mar 2010 18:48:38 +0000 (18:48 +0000)
default.action.master
match-all.action

index c157ac5..929328f 100644 (file)
@@ -11,7 +11,7 @@
 #
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 #
 #
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 #
-#  $Id: default.action.master,v 1.211 2010/03/27 15:44:57 ler762 Exp $
+#  $Id: default.action.master,v 1.212 2010/03/27 16:13:28 ler762 Exp $
 #
 #  Requires    :  This version requires Privoxy v3.0.11 or later due to
 #                 syntax changes.
 #
 #  Requires    :  This version requires Privoxy v3.0.11 or later due to
 #                 syntax changes.
@@ -563,6 +563,8 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 #
 { \
 +change-x-forwarded-for{block} \
 #
 { \
 +change-x-forwarded-for{block} \
++client-header-tagger{css-requests} \
++client-header-tagger{image-requests} \
 +hide-from-header{block} \
 +set-image-blocker{pattern} \
 }
 +hide-from-header{block} \
 +set-image-blocker{pattern} \
 }
@@ -574,6 +576,8 @@ standard.Cautious
 #
 { \
 +change-x-forwarded-for{block} \
 #
 { \
 +change-x-forwarded-for{block} \
++client-header-tagger{css-requests} \
++client-header-tagger{image-requests} \
 +deanimate-gifs{last} \
 +filter{refresh-tags} \
 +filter{img-reorder} \
 +deanimate-gifs{last} \
 +filter{refresh-tags} \
 +filter{img-reorder} \
index cbbb81e..b706e5f 100644 (file)
@@ -1,5 +1,5 @@
 #############################################################################
 #############################################################################
-# $Id:$
+# $Id: match-all.action,v 1.2 2009/02/14 10:41:07 fabiankeil Exp $
 #
 # This file contains the actions that are applied to all requests and
 # may be overruled later on by other actions files. Less experienced
 #
 # This file contains the actions that are applied to all requests and
 # may be overruled later on by other actions files. Less experienced
@@ -8,6 +8,8 @@
 #############################################################################
 { \
 +change-x-forwarded-for{block} \
 #############################################################################
 { \
 +change-x-forwarded-for{block} \
++client-header-tagger{css-requests} \
++client-header-tagger{image-requests} \
 +hide-from-header{block} \
 +set-image-blocker{pattern} \
 }
 +hide-from-header{block} \
 +set-image-blocker{pattern} \
 }