From: James D. Forrester Date: Sun, 21 Jul 2019 18:59:53 +0000 (-0700) Subject: Follow-up ffd802a386: Actually disable legacy JS globals X-Git-Tag: 1.34.0-rc.0~924 X-Git-Url: https://git.cyclocoop.org/%27%20.%20%24this-%3EgetSkin%28%29-%3EescapeSearchLink%28%29%20.%20%27?a=commitdiff_plain;h=9c0dd23b966c5b70b6a1134255dca749d1c3bec9;p=lhc%2Fweb%2Fwiklou.git Follow-up ffd802a386: Actually disable legacy JS globals Bug: T72470 Change-Id: I2703420afd260c1c9d0cdc17baceed12dc28f758 --- 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;