From: oes Date: Tue, 2 Dec 2003 11:25:27 +0000 (+0000) Subject: Fixed a line trashed in previous commit X-Git-Tag: v_3_0_3~59 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=ee10968d23d6d599c8d073a68a829bac7ca126d1;p=privoxy.git Fixed a line trashed in previous commit --- diff --git a/default.filter b/default.filter index 4dbefdfc..f1199b74 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.11.2.16 2003/05/08 09:44:56 oes Exp $ +# $Id: default.filter,v 1.11.2.17 2003/12/01 21:58:46 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -178,7 +178,7 @@ s/)(?=\s*[^'"])+$1+isU -s+((window|this|parent)\.)?open\s*\(+PrivoxyWindowOpen(+ig +s+([^\w\s.]\s*)((window|this|parent)\.)?open\s*\(+$1PrivoxyWindowOpen(+ig s+([^'"]\s*)(?=(\s*[^'"]|$))+$1+iU @@ -486,6 +486,16 @@ s|(]*)onload|$1never|sig # # Revisions : # $Log: default.filter,v $ +# Revision 1.11.2.17 2003/12/01 21:58:46 oes +# Assorted tuning: +# +# - unsolicited-popups no longer matches at start or end of quoted +# strings, and is now activated earlier and deactivated later in +# the page. +# - replacement images in banners-by-* now without border +# - more effective shockwave flash flattening +# - Custom annoyance filtering for Yahoo Groups, Monster.com, NY Times. +# # Revision 1.11.2.16 2003/05/08 09:44:56 oes # Allow extra parameters in blink,marquee tags. Fixes bug #734012 #