X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=default.filter;h=94110cc445c5607d24118c48d07e30fc7c6729d9;hb=7f336b29b3780e8e4692dce09bd76d407e4d806d;hp=dc6eef82d8f234d8594845c32ca48f9b55e40c7e;hpb=3c5d3feddfd392206430fcef1b4e0e93ce70d74d;p=privoxy.git diff --git a/default.filter b/default.filter index dc6eef82..94110cc4 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.80 2011/06/19 12:17:56 fabiankeil Exp $ +# $Id: default.filter,v 1.82 2011/06/23 14:04:29 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -128,15 +128,15 @@ s/(open\s*\([^\)]+always(?:raised|lowered)=)(["']?)(?:yes|1)\2/$1$2no$2/sigU ################################################################################# # -# js-events: Kill all JS event bindings and timers (Radically destructive! Only for extra nasty sites). +# js-events: Kill JavaScript event bindings and timers (Radically destructive! Only for extra nasty sites). # ################################################################################# -FILTER: js-events Kill all JS event bindings and timers (Radically destructive! Only for extra nasty sites). +FILTER: js-events Kill JavaScript event bindings and timers (Radically destructive! Only for extra nasty sites). s/(on|event\.)((mouse(over|out|down|up|move))|(un)?load|contextmenu|selectstart)/never/ig # Not events, but abused on the same type of sites: s/(alert|confirm)\s*\(/concat(/ig -s/settimeout\(/concat(/ig +s/set(timeout|interval)\(/concat(/ig ################################################################################# # @@ -632,6 +632,7 @@ s@@