back out http channel loadFlags to fix regression 172376

git-svn-id: svn://10.0.0.236/trunk@131082 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
serge%netscape.com
2002-10-03 19:10:56 +00:00
parent 89daafee46
commit 4d575a65b3

View File

@@ -5826,7 +5826,7 @@ nsresult nsPluginHostImpl::NewEmbededPluginStream(nsIURI* aURL,
nsCOMPtr<nsIChannel> channel;
rv = NS_NewChannel(getter_AddRefs(channel), aURL, nsnull, loadGroup, nsnull,
nsIChannel::LOAD_DOCUMENT_URI /* to handle onload for this url */);
/* prevents throbber from becoming active */ nsIRequest::LOAD_BACKGROUND);
if (NS_SUCCEEDED(rv)) {
// if this is http channel, set referrer, some servers are configured
// to reject requests without referrer set, see bug 157796