This allows clicked "finger:" links to work. r=norris@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@61748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -490,6 +490,7 @@ nsScriptSecurityManager::CheckLoadURI(nsIURI *aFromURI, nsIURI *aURI,
|
||||
nsCRT::strcmp(scheme, "javascript") == 0 ||
|
||||
nsCRT::strcmp(scheme, "ftp") == 0 ||
|
||||
nsCRT::strcmp(scheme, "mailto") == 0 ||
|
||||
nsCRT::strcmp(scheme, "finger") == 0 ||
|
||||
nsCRT::strcmp(scheme, "news") == 0)
|
||||
{
|
||||
// everyone can access these schemes.
|
||||
|
||||
Reference in New Issue
Block a user