From: oes Date: Wed, 17 Dec 2003 17:09:25 +0000 (+0000) Subject: Added remedy against IE address bar spoofing X-Git-Tag: v_3_0_3~30 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=9be6361eecf182ba9f5fbf106d938af9a6ba5aac;p=privoxy.git Added remedy against IE address bar spoofing --- diff --git a/default.filter b/default.filter index f1199b74..c5a99bba 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.17 2003/12/01 21:58:46 oes Exp $ +# $Id: default.filter,v 1.11.2.18 2003/12/02 11:25:27 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -435,6 +435,10 @@ FILTER: ie-exploits Disable some known Internet Explorer bug exploits # s%f\("javascript:location.replace\('mk:@MSITStore:C:'\)"\);%alert\("This page looks like it tries to use a vulnerability described here:\n http://online.securityfocus.com/archive/1/298748/2002-11-02/2002-11-08/2"\);%siU +# Address bar spoofing (http://www.secunia.com/advisories/10395/): +# +s/(]*href[^>]*)(\x01|\x02|\x03|%0[012])/$1MALICIOUS-LINK/ig + # Nimda: # s%%
WARNING: This Server is infected with Nimda!%g @@ -481,11 +485,13 @@ s||]*)onload|$1never|sig - ############################################################################## # # Revisions : # $Log: default.filter,v $ +# Revision 1.11.2.18 2003/12/02 11:25:27 oes +# Fixed a line trashed in previous commit +# # Revision 1.11.2.17 2003/12/01 21:58:46 oes # Assorted tuning: #