From: oes Date: Tue, 18 Mar 2003 19:28:59 +0000 (+0000) Subject: Fixed a minor problem in the img-reorder filter X-Git-Tag: v_3_0_1~22 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=9f967eba8118bf2480c7e317b4a7c248a19b7b95;p=privoxy.git Fixed a minor problem in the img-reorder filter --- diff --git a/default.filter b/default.filter index 5780c972..83370362 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.11.2.11 2002/11/12 16:14:43 oes Exp $ +# $Id: default.filter,v 1.11.2.12 2003/03/15 14:06:58 oes Exp $ # # Purpose : Rules to process the content of web pages # @@ -208,7 +208,7 @@ FILTER: img-reorder Reorder attributes in tags to make the banners-by-* fi s|]*) src\s*=\s*(['"])([^>\\\2]+)\2|]*) src\s*=\s*([^'">\\\s]+)|\\\\2]+\2\|[^'">\\\s]+?))([^>]*)width\s*=\s*(["']?)(\d+?)|\\\\2]+\2\|[^'">\\\s]+?))([^>]*)width\s*=\s*(["']?)(\d+?)\4|(window\.open|1;''\.concat)\("readme\.eml", null # # Revisions : # $Log: default.filter,v $ +# Revision 1.11.2.12 2003/03/15 14:06:58 oes +# - Assorted refinements, optimizations and fixes in the js-annoyances, +# img-reorder, banners-by-size, banners-by-link, webbugs, refresh-tags, +# html-annoyances, content-cookies and fun filters +# - Replaced filter "popups" by choice between two modes: +# - "unsolicited-popups" tries to catch only the unsolicited ones +# - "all-popups" tries to kill them all (as before) +# - New filter "tiny-textforms" Help those tiny or hard-wrap textareas. +# - New filter "jumping-windows" that prevents windows from resizing +# and moving themselves +# - Replaced "nimda" with more general "ie-exploits" filter in which +# all filters for exploits shall be collected +# # Revision 1.11.2.11 2002/11/12 16:14:43 oes # Exchanged js-annoyance filter against status bar rewrites with improved version by Don Libes #