From bb4a764b65ee8d54b162dc4447e59d4853758a16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E0=BE=85=E0=BC=BB=20=C7=AC=C9=80=C4=A7=20=E0=BC=84?= =?utf8?q?=E0=BC=86=E0=BD=89?= Date: Thu, 25 Aug 2016 23:28:48 +0200 Subject: [PATCH] Whitelist tel: protocol Fixes #2135 --- includes/functions-kses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions-kses.php b/includes/functions-kses.php index d141fe6..8a44070 100644 --- a/includes/functions-kses.php +++ b/includes/functions-kses.php @@ -543,7 +543,7 @@ function yourls_kses_allowed_protocols() { 'aim:', 'facetime://', 'gtalk:', 'xmpp:', 'irc://', 'ircs://', 'mumble://', 'callto:', 'skype:', 'sip:', - 'teamspeak://', 'ventrilo://', 'xfire:', + 'teamspeak://', 'tel:', 'ventrilo://', 'xfire:', 'ymsgr:', // Misc -- 2.42.0