From 28a3e4fe9d83c2ffcf3ebc89bc0544d445b48cec Mon Sep 17 00:00:00 2001 From: oes Date: Thu, 8 May 2003 09:44:56 +0000 Subject: [PATCH] Allow extra parameters in blink,marquee tags. Fixes bug #734012 --- default.filter | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/default.filter b/default.filter index 1a778e21..fbd7e3bf 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.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/(]+menubar=)(['"]?)(?:no|0)\2/$1$2yes$2/igU # The and tags were crimes! # -s***ig +s---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 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 -- 2.50.1