From: oes Date: Fri, 24 May 2002 00:57:18 +0000 (+0000) Subject: Made WeBugs job ungreedy; Fixes bug 559190 X-Git-Tag: v_3_0_branchpoint~12 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=bbf475b8a0ad0101711e542e3ae60dd54359a568 Made WeBugs job ungreedy; Fixes bug 559190 --- diff --git a/default.filter b/default.filter index 3159c166..485033a2 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.9 2002/04/11 07:36:35 oes Exp $ +# $Id: default.filter,v 1.10 2002/04/18 10:14:19 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -80,11 +80,6 @@ s/(]+)menubar=['"]?(no|0)['"]?(.*>)/$1menubar="1"$3/igU # s*|**ig -# Is this evil? -# -#s/margin(height|width)=[0-9]*//gi -#s/noresize/yesresize/igU - ################################################################################# # @@ -156,7 +151,7 @@ s/(]+)scrolling=['"]?(no)['"]?(.*>)/$1$3/igU ################################################################################# FILTER: webbugs Squish WebBugs (1x1 invisible GIFs used for user tracking) -s/]*?(width|height)\s*=\s*['"]?1\D[^>]*?(width|height)\s*=\s*['"]?1(\D[^>]*?)?>//sig +s/]*?(width|height)\s*=\s*['"]?1\D[^>]*?(width|height)\s*=\s*['"]?1(\D[^>]*?)?>//siUg ################################################################################# @@ -267,6 +262,9 @@ s+^.*warez.*$+No Warez

You're not sea # # Revisions : # $Log: default.filter,v $ +# Revision 1.10 2002/04/18 10:14:19 oes +# renamed some filters +# # Revision 1.9 2002/04/11 07:36:35 oes # Generalized js-popup filter #