From 3861790913f2c219faa04a9a2954bfbb4c4c40a5 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 27 Mar 2010 18:48:38 +0000 Subject: [PATCH] Tag CSS and image requests with cautious and medium settings, too. --- default.action.master | 6 +++++- match-all.action | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) 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} \ } -- 2.39.2