From 86fed2138ec2c063535e7945f337c6b6debe58a9 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 23 Aug 2002 14:12:26 +0000 Subject: [PATCH 1/1] Proofed frameset-borders against "fremaborder=0 border=0" --- default.filter | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/default.filter b/default.filter index 1728487d..9a37ca6e 100644 --- a/default.filter +++ b/default.filter @@ -1,8 +1,8 @@ # ******************************************************************** # -# File : $Source: /cvsroot/ijbswa//current/default.filter,v $ +# File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.11.2.4 2002/08/10 11:32:29 oes Exp $ +# $Id: default.filter,v 1.11.2.5 2002/08/22 15:05:20 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -173,7 +173,8 @@ s/ target\s*=\s*(['"]?)(_blank|_new)\1?/ notarget/ig # HTML FILTER: frameset-borders Give frames a border and make them resizable s/(]*)framespacing=(['"]?)(no|0)\2/$1/igU -s/(]*)(?:frame)?border=(['"]?)(no|0)\2/$1/igU +s/(]*)frameborder=(['"]?)(no|0)\2/$1/igU +s/(]*)border=(['"]?)(no|0)\2/$1/igU s/(]*)noresize/$1/igU s/(]*)frameborder=(['"]?)(no|0)\2/$1/igU s/(]*)scrolling=(['"]?)(no|0)\2/$1/igU @@ -357,6 +358,9 @@ s+^.*warez.*$+No Warez

You're not sea # # Revisions : # $Log: default.filter,v $ +# Revision 1.11.2.5 2002/08/22 15:05:20 oes +# Added Filter to make Quicktime movies saveable (thanks to aaron@linville.org for the idea) +# # Revision 1.11.2.4 2002/08/10 11:32:29 oes # Attribute values in replacement tags of banners-by-size filter now undelimited. (Fixes bug #592493) # -- 2.39.2