mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
This allows clicked "finger:" links to work. r=norris@netscape.com.
This commit is contained in:
parent
8fa3c570dc
commit
f28f63a5d7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user