From 5ab984390edc53e9692f035480fa092a54fc445a Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 1 Nov 2006 07:16:58 +0000 Subject: [PATCH] Added callto:// protocol, for Skype --- includes/DefaultSettings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 000344f09d..1d78c36118 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -200,7 +200,8 @@ $wgUrlProtocols = array( 'nntp://', // @bug 3808 RFC 1738 'worldwind://', 'mailto:', - 'news:' + 'news:', + 'callto://', // Skype ); /** internal name of virus scanner. This servers as a key to the $wgAntivirusSetup array. -- 2.20.1