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:
caillon%returnzero.com
2003-10-30 01:35:09 +00:00
parent 43687bf922
commit f401257c19

View File

@@ -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");