diff --git a/src/common/LinkParser.cpp b/src/common/LinkParser.cpp index b6bf12443..ac4ddf734 100644 --- a/src/common/LinkParser.cpp +++ b/src/common/LinkParser.cpp @@ -29,6 +29,7 @@ LinkParser::LinkParser(const QString &unparsedString) "(?:[-\\w$\\.+!*'(),]+|%[a-fA-F0-9]{2})+)))" // If nothing matches then just go on "|" + "^" // Identifier for http and ftp "(?:(?:https?|ftps?)://)?" // user:pass authentication