From 6d3f86aad1379d40c2a7bddd78215eb6a0515aa9 Mon Sep 17 00:00:00 2001 From: "Ori.livneh" Date: Wed, 13 Apr 2016 19:49:39 +0000 Subject: [PATCH] Revert "Hack IEUrlExtension::haveUndecodedRequestUri() to always return true" This reverts commit 30c5c55bd28f2fe35867286b73100f42f829c448. Change-Id: I219ae8db4f730f6ff19e395976ab08d7b9cfc50c --- includes/libs/IEUrlExtension.php | 1 - 1 file changed, 1 deletion(-) 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', -- 2.20.1