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:
bryner%uiuc.edu
2000-02-26 23:37:08 +00:00
parent c9952489fd
commit 7dd679d203

View File

@@ -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.