From 4ad99a076d977dcefb22eff0d882a74fd1bd6f74 Mon Sep 17 00:00:00 2001 From: oes Date: Sun, 30 Mar 2003 13:57:08 +0000 Subject: [PATCH] Making unsolicited-popups safe for use on tags enclosed in JS strings --- default.filter | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/default.filter b/default.filter index cfc16cf2..1a778e21 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.13 2003/03/18 19:28:59 oes Exp $ +# $Id: default.filter,v 1.11.2.14 2003/03/19 13:17:50 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -177,9 +177,9 @@ s/+$0+isU +s++$0+isU s+([^\w\s.]\s*)((window|this|parent)\.)?open\s*\(+$1PrivoxyWindowOpen(+ig -s++$0+iU +s++$0+iU ################################################################################## @@ -467,6 +467,10 @@ s/mylogfunc()//g # # Revisions : # $Log: default.filter,v $ +# 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 +# # Revision 1.11.2.13 2003/03/18 19:28:59 oes # Fixed a minor problem in the img-reorder filter # -- 2.50.1