Merge "DevelopmentSettings: Disable legacy javascript globals in CI and for devs"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 19 Jul 2019 21:53:46 +0000 (21:53 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 19 Jul 2019 21:53:46 +0000 (21:53 +0000)
includes/DevelopmentSettings.php

index d2f26b3..dac9d65 100644 (file)
@@ -57,3 +57,6 @@ unset( $logDir );
 // Disable rate-limiting to allow integration tests to run unthrottled
 // in CI and for devs locally (T225796)
 $wgRateLimits = [];
+
+// Disable legacy javascript globals in CI and for devs (T72470)
+$wgLegacyJavaScriptGlobals = true;