From 30c5c55bd28f2fe35867286b73100f42f829c448 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Wed, 13 Apr 2016 12:44:47 -0700 Subject: [PATCH] Hack IEUrlExtension::haveUndecodedRequestUri() to always return true Interacting badly with I1f108eb74. Will revert this shortly. Change-Id: I58259aa7ccf00a07d19db6e6e23df48f0b78103c --- includes/libs/IEUrlExtension.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/libs/IEUrlExtension.php b/includes/libs/IEUrlExtension.php index 16163fb304..32738f6edc 100644 --- a/includes/libs/IEUrlExtension.php +++ b/includes/libs/IEUrlExtension.php @@ -256,6 +256,7 @@ class IEUrlExtension { * */ public static function haveUndecodedRequestUri( $serverSoftware ) { + return true; // Ori 13-Apr-2016 static $whitelist = [ 'Apache', 'Zeus', -- 2.20.1