From: Ori.livneh Date: Wed, 13 Apr 2016 19:49:39 +0000 (+0000) Subject: Revert "Hack IEUrlExtension::haveUndecodedRequestUri() to always return true" X-Git-Tag: 1.31.0-rc.0~7298 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=6d3f86aad1379d40c2a7bddd78215eb6a0515aa9;p=lhc%2Fweb%2Fwiklou.git Revert "Hack IEUrlExtension::haveUndecodedRequestUri() to always return true" This reverts commit 30c5c55bd28f2fe35867286b73100f42f829c448. Change-Id: I219ae8db4f730f6ff19e395976ab08d7b9cfc50c --- diff --git a/includes/libs/IEUrlExtension.php b/includes/libs/IEUrlExtension.php index 32738f6edc..16163fb304 100644 --- a/includes/libs/IEUrlExtension.php +++ b/includes/libs/IEUrlExtension.php @@ -256,7 +256,6 @@ class IEUrlExtension { * */ public static function haveUndecodedRequestUri( $serverSoftware ) { - return true; // Ori 13-Apr-2016 static $whitelist = [ 'Apache', 'Zeus',