X-Git-Url: http://www.privoxy.org/gitweb/%40%40?a=blobdiff_plain;f=default.filter;h=94110cc445c5607d24118c48d07e30fc7c6729d9;hb=f8623c7abefa9256dc45e27f342080407f31579d;hp=72ec7a2e8d67de83c0bb2c7cc4a6273eeb5f802b;hpb=58842b486231d1910f7d11132f55e805ec333ed4;p=privoxy.git diff --git a/default.filter b/default.filter index 72ec7a2e..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.81 2011/06/23 13:58:53 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 ################################################################################# #