From 1971ebf859ddcdb6ab7a720f51bb84139974fb66 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 4 Feb 2010 09:45:31 +0000 Subject: [PATCH] Remove -prevent-compression from yahoo special case and add a regression test. --- default.action.master | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/default.action.master b/default.action.master index 44e7dc3a..e869d87c 100644 --- a/default.action.master +++ b/default.action.master @@ -11,7 +11,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.action.master,v $ # -# $Id: default.action.master,v 1.204 2010/01/29 15:36:10 ler762 Exp $ +# $Id: default.action.master,v 1.205 2010/02/01 00:38:57 ler762 Exp $ # # Requires : This version requires Privoxy v3.0.11 or later due to # syntax changes. @@ -1747,8 +1747,9 @@ mail.google.* #---------------------------------------------------------------------------- # Semi-fragile, allow for blocks. #---------------------------------------------------------------------------- -{ -crunch-all-cookies -filter -fast-redirects -hide-referer -prevent-compression } -#MASTER# REMARKS: Problem URL: adserver.yahoo.com 10/01/06 +{-crunch-all-cookies -filter -fast-redirects -hide-referer} +# Sticky Actions = -crunch-incoming-cookies -crunch-outgoing-cookies -filter -fast-redirects -hide-referer +# URL = http://adserver.yahoo.com/ #MASTER# REMARKS: This is much too broad for my taste. It forces me to add #MASTER# REMARKS: a special yahoo section in my user.action file, just to #MASTER# REMARKS: confirm my defaults in default.action. fk 2007-01-19 -- 2.49.0