From 0bb52418badac359215929441f340e365d8e60f7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 4 Oct 2006 19:17:14 +0000 Subject: [PATCH] =?utf8?q?Incorportated=20Fr=E9d=E9ric=20Crozat's=20ie-exp?= =?utf8?q?loits=20modification=20to=20make=20it=20less=20trigger-happy.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Modified blogspot filter to make .post-body scrollable if necessary. --- default.filter | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/default.filter b/default.filter index 4197b788..9db79c60 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.20 2006/10/01 21:00:22 fabiankeil Exp $ +# $Id: default.filter,v 1.21 2006/10/02 16:21:14 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -442,7 +442,7 @@ s%f\("javascript:location.replace\('mk:@MSITStore:C:'\)"\);%alert\("This page lo # Address bar spoofing (http://www.secunia.com/advisories/10395/): # -s/(]*href[^>]*)(\x01|\x02|\x03|%0[012])/$1MALICIOUS-LINK/ig +s/(]*href[^>]*)(?:\x01|\x02|\x03|%0[012])@/$1MALICIOUS-LINK@/ig # Nimda: # @@ -562,7 +562,8 @@ s@@\n$0@ + .post-body {overflow: auto;}\n\ + .blogComments {width: 100%; overflow: auto;}\n\n$0@ s@