]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
ircs URLs work fine in Firefox at least
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 5 Dec 2015 12:02:49 +0000 (13:02 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 5 Dec 2015 12:02:49 +0000 (13:02 +0100)
lib/util.php

index f58e8cd112a8b980aa9b75b0730054c0d6b48885..c6005718d6233aea3e368a7593c74f5a40086457 100644 (file)
@@ -877,7 +877,7 @@ function common_replace_urls_callback($text, $callback, $arg = null) {
         '(?:'.
             '(?:'. //Known protocols
                 '(?:'.
-                    '(?:(?:https?|ftps?|mms|rtsp|gopher|news|nntp|telnet|wais|file|prospero|webcal|irc)://)'.
+                    '(?:(?:https?|ftps?|mms|rtsp|gopher|news|nntp|telnet|wais|file|prospero|webcal|ircs?)://)'.
                     '|'.
                     '(?:(?:mailto|aim|tel|xmpp):)'.
                 ')'.