diff --git a/mozilla/caps/src/nsScriptSecurityManager.cpp b/mozilla/caps/src/nsScriptSecurityManager.cpp index e8056f3972c..b0885340a78 100644 --- a/mozilla/caps/src/nsScriptSecurityManager.cpp +++ b/mozilla/caps/src/nsScriptSecurityManager.cpp @@ -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.