Bug 269827 Redirected about channel has wrong original URI r+sr=darin

git-svn-id: svn://10.0.0.236/trunk@211804 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2006-09-15 09:51:59 +00:00
parent 7544a483ee
commit 8b4533461c

View File

@@ -95,6 +95,8 @@ nsAboutRedirector::NewChannel(nsIURI *aURI, nsIChannel **result)
if (NS_FAILED(rv))
return rv;
tempChannel->SetOriginalURI(aURI);
// Keep the page from getting unnecessary privileges unless it needs them
if (kRedirMap[i].dropChromePrivs)
{