Added callto:// protocol, for Skype
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Nov 2006 07:16:58 +0000 (07:16 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Nov 2006 07:16:58 +0000 (07:16 +0000)
includes/DefaultSettings.php

index 000344f..1d78c36 100644 (file)
@@ -200,7 +200,8 @@ $wgUrlProtocols = array(
        'nntp://', // @bug 3808 RFC 1738
        'worldwind://',
        'mailto:',
        '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.
 );
 
 /** internal name of virus scanner. This servers as a key to the $wgAntivirusSetup array.