aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EventContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EventContext.cpp')
-rw-r--r--embed/mozilla/EventContext.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp
index b28d4f1b4..f1cac9552 100644
--- a/embed/mozilla/EventContext.cpp
+++ b/embed/mozilla/EventContext.cpp
@@ -935,6 +935,9 @@ nsresult EventContext::CheckLinkScheme (const nsAString &link)
g_ascii_strcasecmp (scheme.get(), "https") == 0 ||
g_ascii_strcasecmp (scheme.get(), "ftp") == 0 ||
g_ascii_strcasecmp (scheme.get(), "file") == 0 ||
+ g_ascii_strcasecmp (scheme.get(), "smb") == 0 ||
+ g_ascii_strcasecmp (scheme.get(), "sftp") == 0 ||
+ g_ascii_strcasecmp (scheme.get(), "ssh") == 0 ||
g_ascii_strcasecmp (scheme.get(), "data") == 0 ||
g_ascii_strcasecmp (scheme.get(), "resource") == 0 ||
g_ascii_strcasecmp (scheme.get(), "about") == 0 ||