From: Mikael Nordfeldth Date: Sat, 5 Dec 2015 12:02:49 +0000 (+0100) Subject: ircs URLs work fine in Firefox at least X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c498db147aaa427de9b1eb4ceef33e09c3b01596;p=quix0rs-gnu-social.git ircs URLs work fine in Firefox at least --- diff --git a/lib/util.php b/lib/util.php index f58e8cd112..c6005718d6 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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):)'. ')'.