зеркало из https://github.com/mozilla/gecko-dev.git
Allow redirects to data: URIs. Bug 211999, r=dveditz, jruderman; sr=darin
This commit is contained in:
Родитель
849f97dd03
Коммит
f15a96ed13
|
@ -2937,7 +2937,7 @@ nsScriptSecurityManager::OnChannelRedirect(nsIChannel* oldChannel,
|
|||
NS_ENSURE_STATE(oldURI && newURI);
|
||||
|
||||
const PRUint32 flags = nsIScriptSecurityManager::DISALLOW_FROM_MAIL |
|
||||
nsIScriptSecurityManager::DISALLOW_SCRIPT_OR_DATA;
|
||||
nsIScriptSecurityManager::DISALLOW_SCRIPT;
|
||||
return CheckLoadURI(oldURI, newURI, flags);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче