From da08c4c12c13aa672788b444c8d11818cc20fb36 Mon Sep 17 00:00:00 2001 From: oes Date: Tue, 6 Jan 2004 16:46:14 +0000 Subject: [PATCH] Fixed a JS syntax problem in jumping-windows --- default.filter | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/default.filter b/default.filter index c5a99bba..322ade1c 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.18 2003/12/02 11:25:27 oes Exp $ +# $Id: default.filter,v 1.11.2.19 2003/12/17 17:09:25 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -303,7 +303,7 @@ s/(]*?)wrap=(['"]?)hard\2/$1/ig ################################################################################# FILTER: jumping-windows Prevent windows from resizing and moving themselves -s/(?:window|this|self)\.(?:move|resize)(?:to|by)\(/concat(/ig +s/(?:window|this|self)\.(?:move|resize)(?:to|by)\(/''.concat(/ig ################################################################################# @@ -485,10 +485,14 @@ s||]*)onload|$1never|sig + ############################################################################## # # Revisions : # $Log: default.filter,v $ +# Revision 1.11.2.19 2003/12/17 17:09:25 oes +# Added remedy against IE address bar spoofing +# # Revision 1.11.2.18 2003/12/02 11:25:27 oes # Fixed a line trashed in previous commit # -- 2.49.0