https://bugzilla.wikimedia.org/show_bug.cgi?id=50914

Sam Reed (reedy) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
          Component|General/Unknown             |Site requests
            Version|1.22-git                    |unspecified
            Product|MediaWiki                   |Wikimedia

--- Comment #1 from Sam Reed (reedy) <[email protected]> ---
Because we override it in InitialiseSettings.php

'wgUrlProtocols' => array(
    'default' => array(
        'http://',
        'https://',
        'ftp://',
        'irc://',
        'ircs://',  // @bug 28503
        'gopher://',
        'telnet://', // Well if we're going to support the above.. -ævar
        'nntp://', // @bug 3808 RFC 1738
        'worldwind://',
        'mailto:',
        'news:',
        'svn://',
        'git://',
        'mms://',
        '//', // for protocol-relative URLs
    ),
    '+wikivoyage' => array( 'tel:' ),
),

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to