X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=default.filter;h=43f2ca088fa748cb7b7586ffd9b6d23fe2ccd851;hb=f04d89d64d447c9183294f1c6381f6fbfcbfdb62;hp=0929ec2252de209bb630983ab8b008fb5b9c62cf;hpb=ea7d18294a92f7896ad1919c402ed241873a59a1;p=privoxy.git diff --git a/default.filter b/default.filter index 0929ec22..43f2ca08 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.84 2012/03/18 15:45:44 fabiankeil Exp $ +# $Id: default.filter,v 1.85 2012/04/22 12:17:08 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -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 + ################################################################################# #