From ce426c9d74f875503f6a11193f67432a90af37e2 Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 10 Apr 2002 17:07:21 +0000 Subject: [PATCH] Fixed potentially desctructive jobs, added noflash filter --- default.filter | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/default.filter b/default.filter index 4974cf28..ec22b8a5 100644 --- a/default.filter +++ b/default.filter @@ -2,17 +2,13 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.6 2002/04/03 19:49:52 swa Exp $ +# $Id: default.filter,v 1.7 2002/04/09 18:34:51 oes Exp $ # # Purpose : Rules to process the content of web pages # # Copyright : Written by and Copyright # Privoxy team. http://www.privoxy.org/ # -# Based on the Internet Junkbuster originally written -# by and Copyright (C) 1997 Anonymous Coders and -# Junkbusters Corporation. http://www.junkbusters.com -# # We value your feedback. However, to provide you with the best support, # please note: # @@ -103,7 +99,7 @@ s|()|$1"Not Your Business!"$2|Usg # The status bar is for displaying link targets, not pointless blahblah # -s/status='.*?';*//ig +s/window.status\s*=\s*['"].*?['"]/dUmMy=1/ig # Kill OnUnload popups. Yummy. Test: http://www.zdnet.com/zdsubs/yahoo/tree/yfs.html # @@ -133,21 +129,25 @@ s|].*>||sigU + + ################################################################################# # # crude-parental: Crude parental filtering? (Use along with a suitable blocklist). @@ -258,6 +267,9 @@ s+^.*warez.*$+No Warez

You're not sea # # Revisions : # $Log: default.filter,v $ +# Revision 1.7 2002/04/09 18:34:51 oes +# Fixed HTML syntax in replacements +# # Revision 1.6 2002/04/03 19:49:52 swa # name change # -- 2.39.2