Hack IEUrlExtension::haveUndecodedRequestUri() to always return true
authorOri Livneh <ori@wikimedia.org>
Wed, 13 Apr 2016 19:44:47 +0000 (12:44 -0700)
committerOri Livneh <ori@wikimedia.org>
Wed, 13 Apr 2016 19:44:47 +0000 (12:44 -0700)
Interacting badly with I1f108eb74. Will revert this shortly.

Change-Id: I58259aa7ccf00a07d19db6e6e23df48f0b78103c

includes/libs/IEUrlExtension.php

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