From 9c0dd23b966c5b70b6a1134255dca749d1c3bec9 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sun, 21 Jul 2019 11:59:53 -0700 Subject: [PATCH] Follow-up ffd802a386: Actually disable legacy JS globals Bug: T72470 Change-Id: I2703420afd260c1c9d0cdc17baceed12dc28f758 --- includes/DevelopmentSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index dac9d65ea0..103ff45bbf 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -59,4 +59,4 @@ unset( $logDir ); $wgRateLimits = []; // Disable legacy javascript globals in CI and for devs (T72470) -$wgLegacyJavaScriptGlobals = true; +$wgLegacyJavaScriptGlobals = false; -- 2.20.1