From 9eb2cb20fb86a5ac01c057270d3ae44d5165b261 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 1 Nov 2006 20:31:46 +0000 Subject: [PATCH] Revert addition of 'callto' protocol in default recognized protocols. I find this rather creepy; on clicking the link, Skype *immediately* calls the named user. It looks like it may do the same for SkypeOut numbers, which could be costly, annoying, as well as a privacy issue if malicious linkers are trying to trick people into following the links. I can see this being useful for an intranet or other semiprivate wiki, but that can then be added by the administrators of that wiki. --- includes/DefaultSettings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1d78c36118..000344f09d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -200,8 +200,7 @@ $wgUrlProtocols = array( 'nntp://', // @bug 3808 RFC 1738 'worldwind://', 'mailto:', - 'news:', - 'callto://', // Skype + 'news:' ); /** internal name of virus scanner. This servers as a key to the $wgAntivirusSetup array. -- 2.20.1