Allow bitcoin scheme to URLs

This commit is contained in:
Mikael Nordfeldth 2016-01-24 12:42:53 +01:00
parent 81f9a59f25
commit 1cec627d72
2 changed files with 2 additions and 1 deletions

View File

@ -312,6 +312,7 @@ class File_redirection extends Managed_DataObject
$out_url = str_replace('.-()', '', $out_url);
break;
case 'bitcoin':
case 'mailto':
case 'magnet':
case 'aim':

View File

@ -885,7 +885,7 @@ function common_replace_urls_callback($text, $callback, $arg = null) {
'(?:'.
'(?:(?:https?|ftps?|mms|rtsp|gopher|news|nntp|telnet|wais|file|prospero|webcal|ircs?)://)'.
'|'.
'(?:(?:mailto|aim|tel|xmpp):)'.
'(?:(?:bitcoin|mailto|aim|tel|xmpp):)'.
')'.
'(?:[\pN\pL\-\_\+\%\~]+(?::[\pN\pL\-\_\+\%\~]+)?\@)?'. //user:pass@
'(?:'.