From 11dc144006064e0c1d2023230faa5cc7357cf4f3 Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 21 Aug 2002 17:45:44 +0000 Subject: [PATCH] Let image pattern ignore cache busters (thanks, anonymous) --- default.action.master | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.action.master b/default.action.master index d43bceb2..4da4abdb 100644 --- a/default.action.master +++ b/default.action.master @@ -1,8 +1,8 @@ ###################################################################### # -# File : $Source: /cvsroot/ijbswa/current/Attic/default.action.master,v $ +# File : $Source: /cvsroot/ijbswa//current/Attic/default.action.master,v $ # -# $Id: default.action.master,v 1.1.2.5 2002/08/11 13:50:16 oes Exp $ +# $Id: default.action.master,v 1.1.2.6 2002/08/13 07:57:39 oes Exp $ # # Purpose : Default actions file, see # http://www.privoxy.org/faq/questions.html#CONFIGFILES @@ -460,7 +460,7 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} ############################################################################# {+handle-as-image} ############################################################################# -/.*\.(gif|jpe?g|png|bmp|ico)$ +/.*\.(gif|jpe?g|png|bmp|ico)($|\?) ############################################################################# # Generic block patterns (the most effective!): -- 2.39.2