From 0c26b95870a1e5d1e1364b0758e0c45644b1276d Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 4 Oct 2006 15:13:34 +0000
Subject: [PATCH] Changed block pattern from
 "ia.imdb.com/.*(\.swf|[0-9]\.(gif|jpg))" to "ia.imdb.com/.*\.swf". The block
 was more than three years old and produced mostly false positives. I don't
 use flash and haven't checked if the swf block is still useful.

Fixes parts of Actionsfile feedback 1570700.
---
 default.action.master | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/default.action.master b/default.action.master
index d456f3e5..f492798c 100644
--- a/default.action.master
+++ b/default.action.master
@@ -7,7 +7,7 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 # 
-#  $Id: default.action.master,v 1.33 2006/10/03 11:12:16 hal9 Exp $
+#  $Id: default.action.master,v 1.34 2006/10/03 23:42:03 hal9 Exp $
 #
 #  Requires    :  This version requires Privoxy v3.0.4 or later due to 
 #                 syntax changes.
@@ -957,7 +957,7 @@ quinst.com/images
 #MASTER# BLOCK-REFERRER: http://www.newsmax.com/archives/articles/2003/11/20/185048.shtml
 ad*.fameleads.com
 #MASTER# BLOCK-REFERRER: http://www.imdb.com/
-ia.imdb.com/.*(\.swf|[0-9]\.(gif|jpg))
+ia.imdb.com/.*\.swf
 #MASTER# BLOCK-REFERRER: http://www.paroles.net/texte/10818
 .[a-vx-z]*.comclick.com/
 #MASTER# BLOCK-REFERRER: http://freemail.web.de/
-- 
2.49.0