summaryrefslogtreecommitdiff
path: root/src/utils/browserboxtools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/browserboxtools.cpp')
-rw-r--r--src/utils/browserboxtools.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/browserboxtools.cpp b/src/utils/browserboxtools.cpp
index 28339abb2..771b4e4e7 100644
--- a/src/utils/browserboxtools.cpp
+++ b/src/utils/browserboxtools.cpp
@@ -75,8 +75,8 @@ std::string BrowserBoxTools::replaceLinkCommands(const std::string &link)
std::string data = link;
- if (strStartWith(data, "http://") ||
- strStartWith(data, "https://"))
+ if (strStartWith(data, "http://") || strStartWith(data, "https://") ||
+ strStartWith(data, "ftp://"))
{
return data;
}