From: oes Date: Thu, 22 Aug 2002 15:05:20 +0000 (+0000) Subject: Added Filter to make Quicktime movies saveable (thanks to aaron@linville.org for... X-Git-Tag: v_3_0_0~28 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=2bd5924f337d55bd2463eead08f5372ef1049238;p=privoxy.git Added Filter to make Quicktime movies saveable (thanks to aaron@linville.org for the idea) --- diff --git a/default.filter b/default.filter index 412f7b2e..1728487d 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.3 2002/08/05 11:43:56 oes Exp $ +# $Id: default.filter,v 1.11.2.4 2002/08/10 11:32:29 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -316,6 +316,16 @@ FILTER: shockwave-flash Kill embedded Shockwave Flash objects s|]*application/x-shockwave-flash.*||sigU +################################################################################# +# +# quicktime-kioskmode: Make Quicktime movies saveable +# +################################################################################# +FILTER: quicktime-kioskmode Make Quicktime movies saveable + +s/(]*)kioskmode\s*=\s*(["']?)true\2/$1/ig + + ################################################################################# # # js-events: Kill all JS event bindings (Radically destructive! Only for extra nasty sites) @@ -347,6 +357,9 @@ s+^.*warez.*$+No Warez

You're not sea # # Revisions : # $Log: default.filter,v $ +# 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) +# # Revision 1.11.2.3 2002/08/05 11:43:56 oes # Fixed a bug in the popups filter that was introduced with the last fix :-( #