From: Fabian Keil Date: Thu, 16 Nov 2006 17:10:43 +0000 (+0000) Subject: Removed webbugs debugging comment again. X-Git-Tag: v_3_0_6~5 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=721191b1d232748a8c374bb97f750ca6acd609dd Removed webbugs debugging comment again. The apostrophe could break JavaScript and the comment itself could mess up existing comments. --- diff --git a/default.filter b/default.filter index 4017e308..fc9a6807 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.31 2006/10/21 13:12:28 fabiankeil Exp $ +# $Id: default.filter,v 1.32 2006/11/10 18:04:04 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -282,8 +282,7 @@ s@\1\s]*?(?:adclick|atwola\.com/(?:link|redir)|double ################################################################################# FILTER: webbugs Squish WebBugs (1x1 invisible GIFs used for user tracking) -s@]*\s(?:width|height)\s*=\s*['"]?[01](?=\D)[^>]*\s(?:width|height)\s*=\s*['"]?[01](?=\D)[^>]*?>@@siUg +s@]*\s(?:width|height)\s*=\s*['"]?[01](?=\D)[^>]*\s(?:width|height)\s*=\s*['"]?[01](?=\D)[^>]*?>@@siUg ################################################################################# @@ -655,6 +654,19 @@ s@^((?:Referer|Host):\s*(?:https?://)?[^/]*)\.[^\./]*?\.exit@$1@i # # Revisions : # $Log: default.filter,v $ +# Revision 1.32 2006/11/10 18:04:04 fabiankeil +# Have no-ping print the ping warning in red. +# +# Modified yahoo to keep in sync with recent +# CSS changes and to suppress a useless horizontal +# scrollbar. +# +# msn now makes sure that the continue-link boxes +# act as links (the original CSS just changes the cursor). +# +# Changed fun filter regex to leave microsoft links alone. +# Fixes BR 1019996. +# # Revision 1.31 2006/10/21 13:12:28 fabiankeil # Added no-ping and hide-tor-exit-notation. #