X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.filter;h=3159c1668bcdb470e6db0a38e5ff7340212ab180;hp=4974cf28db2d888047fc2283f2769bac944ec0e2;hb=2d6b5d2e894f920d7e376a9dc4fa436a8dbefcec;hpb=1015a9f6cb8ffa6864e2de9c191d700a67bc3dc6 diff --git a/default.filter b/default.filter index 4974cf28..3159c166 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.9 2002/04/11 07:36:35 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 # @@ -128,26 +124,30 @@ s|].*>|/iU @@ -179,7 +179,7 @@ FILTER: fun Text replacements for subversive browsing fun! s/microsoft(?!.com)/MicroSuck/ig -# Buzzword Bingo (example for extended syntax) +# Buzzword Bingo (example for extended regex syntax) # s* industry[ -]leading \ | cutting[ -]edge \ @@ -202,7 +202,6 @@ FILTER: nimda Remove Nimda (virus) code s%%
WARNING: This Server is infected with Nimda!%g - ################################################################################# # # banners-by-size: Kill banners by size @@ -238,6 +237,16 @@ s|]*?(width=['"]?336\D)[^>]*(height=['"]?280[^>]*?)>|]*(height=['"]?50[^>]*?)>||sig +################################################################################# +# +# shockwave-flash: Kill embedded Shockwave Flash objects +# +################################################################################# +FILTER: shockwave-flash Kill embedded Shockwave Flash objects + +s|]*application/x-shockwave-flash.*||sigU + + ################################################################################# # # crude-parental: Crude parental filtering? (Use along with a suitable blocklist). @@ -258,6 +267,15 @@ s+^.*warez.*$+No Warez

You're not sea # # Revisions : # $Log: default.filter,v $ +# Revision 1.9 2002/04/11 07:36:35 oes +# Generalized js-popup filter +# +# Revision 1.8 2002/04/10 17:07:21 oes +# Fixed potentially desctructive jobs, added noflash filter +# +# 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 #