change for anonymous mode, reviewed by valeski

git-svn-id: svn://10.0.0.236/trunk@7044 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1998-08-01 14:52:41 +00:00
parent 49fca03352
commit 1f93fdf7b6

View File

@@ -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;