Fixed a bug in the popups filter that was introduced with the last fix :-(
authoroes <oes@users.sourceforge.net>
Mon, 5 Aug 2002 11:43:56 +0000 (11:43 +0000)
committeroes <oes@users.sourceforge.net>
Mon, 5 Aug 2002 11:43:56 +0000 (11:43 +0000)
default.filter

index b094223..fb53f5f 100644 (file)
@@ -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/<img\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.*$+<html><head><title>No Warez</title></head><body><h3>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