From 1edcc187948a5ab31be57e3c9874676c5a1f5e7c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 9 Feb 2013 15:16:54 +0000 Subject: [PATCH] Block rover.ebay./.*\&adtype= instead of "/.*\&adtype=" ... to reduce false positives. According to my logs the pattern is not actually commonly used for ads, and it already caused problems in the past. Reported by u302320 in #3602841. --- default.action.master | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/default.action.master b/default.action.master index c048f201..f78e7796 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.279 2012/12/19 11:45:03 fabiankeil Exp $ +# $Id: default.action.master,v 1.280 2013/02/09 15:16:29 fabiankeil Exp $ # # Requires : This version requires Privoxy v3.0.11 or later due to # syntax changes. @@ -1348,7 +1348,7 @@ img.directtrack.com # Blocked URL = http://rtb.pclick.yahoo.com/images/nojs.gif?p=3 .pclick.yahoo.com/images/ # Blocked URL = http://rover.ebay.com/ar/1/2/3?mpt=123&adtype=1&size=728x90 -/.*\&adtype= +rover.ebay./.*\&adtype= # Blocked URL = http://resources.parfym.se/tradedoubler/250x360.swf /tradedoubler/.*\.swf # Blocked URL = http://hstse.tradedoubler.com/file/142609/440x220.swf @@ -1886,7 +1886,6 @@ websupport.wdc.com/ # URL = http://www.siteinfotool.com/advrider.com /.*ADVrider - ############################################################################# # Site-specific special rules: ############################################################################# -- 2.39.2