From 4cbd9f061ad2c1d327569ce8b36f239790dcf866 Mon Sep 17 00:00:00 2001 From: oes Date: Mon, 5 Aug 2002 11:43:56 +0000 Subject: [PATCH] Fixed a bug in the popups filter that was introduced with the last fix :-( --- default.filter | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/default.filter b/default.filter index b0942231..fb53f5fe 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.1 2002/07/26 15:18:26 oes Exp $ +# $Id: default.filter,v 1.11.2.2 2002/08/01 11:20:13 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -161,8 +161,8 @@ s/]*(?:width|height)\s*=\s*['"]?1(?=\D)[^>]*(?:width|height)\s*=\s*['" ################################################################################# FILTER: popups Kill all popups in JS and HTML -s/([\n =;{}]|window\.)open\s*\\?\(/$1concat(/ig # JavaScript -s/ target\s*=\s*(['"]?)(_blank|_new)\1?/notarget/ig # HTML +s/([\n =;{}]|window\.)open\s*\\?\(/$1concat(/ig # JavaScript +s/ target\s*=\s*(['"]?)(_blank|_new)\1?/ notarget/ig # HTML ################################################################################# @@ -347,6 +347,9 @@ s+^.*warez.*$+No Warez

You're not sea # # Revisions : # $Log: default.filter,v $ +# Revision 1.11.2.2 2002/08/01 11:20:13 oes +# Fixed bugs 587802, 577802 and an unreported one +# # Revision 1.11.2.1 2002/07/26 15:18:26 oes # - All filters reviewed and many shorcomings fixed # - New filters: img-reorder, banners-by-link and js-events -- 2.50.1