X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FDevelopmentSettings.php;h=103ff45bbf80a79aaa0eae428b9ed550b1b12bd8;hb=e4bc582217224c848923d6a8c1e3786ef08b535f;hp=d2f26b30c6574f9996fce2e21ab1b2ed083f18df;hpb=7388b7b62b842ef1e80faa677656a26a90803ece;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index d2f26b30c6..103ff45bbf 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -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 = false;