From: Brion Vibber Date: Wed, 1 Nov 2006 20:31:46 +0000 (+0000) Subject: Revert addition of 'callto' protocol in default recognized protocols. X-Git-Tag: 1.31.0-rc.0~55319 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=9eb2cb20fb86a5ac01c057270d3ae44d5165b261;p=lhc%2Fweb%2Fwiklou.git 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. --- 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.