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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user