X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=default.filter;h=d96bf4ed3c523c90f00f370767155ef11de3cb6d;hb=c33e03d3ad0272cc1279895ec18b37769e62fed5;hp=94110cc445c5607d24118c48d07e30fc7c6729d9;hpb=d7ebf004f2b7f9818005598ed4c3594a4a6f5fa9;p=privoxy.git diff --git a/default.filter b/default.filter index 94110cc4..d96bf4ed 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.82 2011/06/23 14:04:29 fabiankeil Exp $ +# $Id: default.filter,v 1.87 2014/04/25 11:49:12 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -93,7 +93,7 @@ FILTER: js-annoyances Get rid of particularly annoying JavaScript abuse. # Get rid of Javascript referrer tracking. # Test page: http://www.javascript-page.com/referrer.html # -s|(?:\w+\.)+referrer|"Not Your Business!"|gisU +s|(?:\w+\.)+referrer|false.toString()|gisU # The status bar is for displaying link targets, not pointless blahblah # @@ -353,6 +353,15 @@ s/(]*)frameborder=(['"]?)(no|0)\2/$1/igU s/(]*)scrolling=(['"]?)(no|0)\2/$1/igU +################################################################################# +# +# iframes: Remove all detected iframes. Should only be enabled for +# individual sites after testing that the iframes are optional. +# +################################################################################# +FILTER: iframes Removes all detected iframes. Should only be enabled for individual sites. +s@@@Uisg + ################################################################################# # @@ -575,7 +584,7 @@ s@(]*?)\sping=(['"]?)([^"'>]+)\2([>\s]?)@\ ################################################################################# FILTER: google CSS-based block for Google text ads. Also removes a width limitation and the toolbar advertisement. -s@@