From 8d94d8ea730994b9a08d5a60f0f488b19fe3836a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 21 Dec 2005 06:27:23 +0000 Subject: [PATCH] * Added telnet:// to the list of supported URL prefixes, MUD games, games etc. --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index deb8c37742..24ba9cb612 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -159,6 +159,7 @@ $wgUrlProtocols = array( 'ftp://', 'irc://', 'gopher://', + 'telnet://', // Well if we're going to support the above.. -ævar 'nntp://', // @bug 3808 RFC 1738 'worldwind://', 'mailto:', -- 2.20.1