From 1f93fdf7b61df697dd68263faddc0e85210c6521 Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Sat, 1 Aug 1998 14:52:41 +0000 Subject: [PATCH] change for anonymous mode, reviewed by valeski git-svn-id: svn://10.0.0.236/trunk@7044 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/protocol/http/mkhttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/network/protocol/http/mkhttp.c b/mozilla/network/protocol/http/mkhttp.c index d9a7a170521..51a45ef1af8 100644 --- a/mozilla/network/protocol/http/mkhttp.c +++ b/mozilla/network/protocol/http/mkhttp.c @@ -1251,7 +1251,7 @@ net_build_http_request (URL_Struct * URL_s, calls to it return false until another mode change occurs). For this reason it must appear first in the if-statement below to make sure it gets called even if sendReferHeader is false */ - if(!NET_SupressRefererForAnonymity() && sendRefererHeader) + if(!NET_SupressRefererForAnonymity(window_id) && sendRefererHeader) { int url_type = NET_URL_Type(URL_s->referer); char *newReferer=NULL;