Permit content to link to about:logo
Bug 223293; r=timeless sr=jst git-svn-id: svn://10.0.0.236/trunk@148490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1154,6 +1154,7 @@ nsScriptSecurityManager::GetBaseURIScheme(nsIURI* aURI, char** aScheme)
|
||||
if ((strcmp(page, "blank") == 0) ||
|
||||
(strcmp(page, "") == 0) ||
|
||||
(strcmp(page, "mozilla") == 0) ||
|
||||
(strcmp(page, "logo") == 0) ||
|
||||
(strcmp(page, "credits") == 0))
|
||||
{
|
||||
*aScheme = nsCRT::strdup("about safe");
|
||||
|
||||
Reference in New Issue
Block a user