forked from GNUsocial/gnu-social
ircs URLs work fine in Firefox at least
This commit is contained in:
parent
831e9db7ec
commit
c498db147a
@ -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):)'.
|
||||
')'.
|
||||
|
Loading…
Reference in New Issue
Block a user