Allow extra parameters in blink,marquee tags. Fixes bug #734012
authoroes <oes@users.sourceforge.net>
Thu, 8 May 2003 09:44:56 +0000 (09:44 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 8 May 2003 09:44:56 +0000 (09:44 +0000)
default.filter

index 1a778e2..fbd7e3b 100644 (file)
@@ -2,7 +2,7 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
-#  $Id: default.filter,v 1.11.2.14 2003/03/19 13:17:50 oes Exp $
+#  $Id: default.filter,v 1.11.2.15 2003/03/30 13:57:08 oes Exp $
 #
 #  Purpose     :  Rules to process the content of web pages
 # 
@@ -138,7 +138,7 @@ s/(<a\s+href[^>]+menubar=)(['"]?)(?:no|0)\2/$1$2yes$2/igU
 
 # The <BLINK> and <MARQUEE> tags were crimes!
 #
-s*</?(blink|marquee)>**ig
+s-</?(blink|marquee).*>--sigU
 
 
 #################################################################################
@@ -467,6 +467,9 @@ s/mylogfunc()//g
 #
 #  Revisions   :
 #     $Log: default.filter,v $
+#     Revision 1.11.2.15  2003/03/30 13:57:08  oes
+#     Making unsolicited-popups safe for use on <html> tags enclosed in JS strings
+#
 #     Revision 1.11.2.14  2003/03/19 13:17:50  oes
 #     - Added filter "site-specifics" to address site specific problems
 #     - Fixed a small problem in the img-reorder filter