From 365d8712d75ae813775993a3c3282e9525c0e0b5 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 20 Feb 2010 15:31:19 +0000 Subject: [PATCH] Fix incorrect regression test markup. The action is actually called hide-referrer. While Privoxy accepts hide-referer, too, it uses the real name for the final results, letting the test for hide-referer fail. I didn't investigate this earlier as I'm overriding this section locally anyway, so the test failure is expected. Looks like Privoxy-Regression-Test really needs Override-URL support ... --- default.action.master | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.action.master b/default.action.master index fa9621b8..141abfa0 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.206 2010/02/04 09:45:31 fabiankeil Exp $ +# $Id: default.action.master,v 1.207 2010/02/09 16:18:53 fabiankeil Exp $ # # Requires : This version requires Privoxy v3.0.11 or later due to # syntax changes. @@ -1749,8 +1749,8 @@ mail.google.* #---------------------------------------------------------------------------- # Semi-fragile, allow for blocks. #---------------------------------------------------------------------------- -{-crunch-all-cookies -filter -fast-redirects -hide-referer} -# Sticky Actions = -crunch-incoming-cookies -crunch-outgoing-cookies -filter -fast-redirects -hide-referer +{-crunch-all-cookies -filter -fast-redirects -hide-referrer} +# Sticky Actions = -crunch-incoming-cookies -crunch-outgoing-cookies -filter -fast-redirects -hide-referrer # 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 -- 2.39.2