From: oes Date: Tue, 6 Jan 2004 16:46:14 +0000 (+0000) Subject: Fixed a JS syntax problem in jumping-windows X-Git-Tag: v_3_0_3~28 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=da08c4c12c13aa672788b444c8d11818cc20fb36;p=privoxy.git Fixed a JS syntax problem in jumping-windows --- 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 #