X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.filter;h=508b7f49e2c2cbc26ab76bd81fd1f806461b16d4;hp=db161fc9e79a80ed5315c6fd16b28c7a07b1fcb3;hb=7631398b448a08d986023beda968c33c9f015f8f;hpb=2aa2632e43fb79c2a927c1d4acbdaa6b19e28a4e diff --git a/default.filter b/default.filter index db161fc9..508b7f49 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.55 2007/12/31 19:53:59 fabiankeil Exp $ +# $Id: default.filter,v 1.57 2008/01/26 15:45:39 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -598,7 +598,7 @@ s@@\n\n$0@ @@ -727,7 +727,7 @@ s@^((?:Referer|Host):\s*(?:https?://)?[^/]*)\.[^\./]*?\.exit@$1@i SERVER-HEADER-FILTER: less-download-windows Prevent annoying download windows for content types the browser can handle itself. s@^Content-Disposition:.*filename=(["']?).*\.(png|gif|jpe?g|diff?|d?patch|c|h|pl|shar)\1.*$@@i -s@^(Content-Type:)\s*(?:message/(?:news|rfc822)|text/x-.*|application/x-sh)\s*@$1 text/plain@i +s@^(Content-Type:)\s*(?:message/(?:news|rfc822)|text/x-.*|application/x-sh(?:\s|$))\s*@$1 text/plain@i ################################################################################# # @@ -830,6 +830,16 @@ s@^X-Privoxy-Control:.*@@i # # Revisions : # $Log: default.filter,v $ +# Revision 1.57 2008/01/26 15:45:39 fabiankeil +# Don't let the less-download-windows filter mess up +# "Content-Type: application/x-shockwave-flash" headers. +# +# Revision 1.56 2008/01/25 19:12:40 fabiankeil +# - Add yet another new yahoo ad id. +# - Don't let the first banners-by-link job punish URLs for merely +# containing the pattern "/jump/" when it should really look for +# "doubleclick\.net/jump/". +# # Revision 1.55 2007/12/31 19:53:59 fabiankeil # Let the msn filter remove the width limitation again. #