Revert "Hack IEUrlExtension::haveUndecodedRequestUri() to always return true"
authorOri.livneh <ori@wikimedia.org>
Wed, 13 Apr 2016 19:49:39 +0000 (19:49 +0000)
committerOri.livneh <ori@wikimedia.org>
Wed, 13 Apr 2016 19:49:39 +0000 (19:49 +0000)
This reverts commit 30c5c55bd28f2fe35867286b73100f42f829c448.

Change-Id: I219ae8db4f730f6ff19e395976ab08d7b9cfc50c

includes/libs/IEUrlExtension.php

index 32738f6..16163fb 100644 (file)
@@ -256,7 +256,6 @@ class IEUrlExtension {
         *
         */
        public static function haveUndecodedRequestUri( $serverSoftware ) {
-               return true; // Ori 13-Apr-2016
                static $whitelist = [
                        'Apache',
                        'Zeus',