From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 27 Mar 2010 18:48:38 +0000 (+0000)
Subject: Tag CSS and image requests with cautious and medium settings, too.
X-Git-Tag: v_3_0_17~176
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/diff?a=commitdiff_plain;h=3861790913f2c219faa04a9a2954bfbb4c4c40a5;p=privoxy.git

Tag CSS and image requests with cautious and medium settings, too.
---

diff --git a/default.action.master b/default.action.master
index c157ac52..929328fe 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.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.
@@ -563,6 +563,8 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 #
 { \
 +change-x-forwarded-for{block} \
++client-header-tagger{css-requests} \
++client-header-tagger{image-requests} \
 +hide-from-header{block} \
 +set-image-blocker{pattern} \
 }
@@ -574,6 +576,8 @@ standard.Cautious
 #
 { \
 +change-x-forwarded-for{block} \
++client-header-tagger{css-requests} \
++client-header-tagger{image-requests} \
 +deanimate-gifs{last} \
 +filter{refresh-tags} \
 +filter{img-reorder} \
diff --git a/match-all.action b/match-all.action
index cbbb81e9..b706e5f4 100644
--- a/match-all.action
+++ b/match-all.action
@@ -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
@@ -8,6 +8,8 @@
 #############################################################################
 { \
 +change-x-forwarded-for{block} \
++client-header-tagger{css-requests} \
++client-header-tagger{image-requests} \
 +hide-from-header{block} \
 +set-image-blocker{pattern} \
 }