X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDevelopmentSettings.php;h=103ff45bbf80a79aaa0eae428b9ed550b1b12bd8;hb=f585244a778ed712859f48383472c24f105b1b4e;hp=d2f26b30c6574f9996fce2e21ab1b2ed083f18df;hpb=7426d04a703580552fe27d06d3566f1ae63ae92f;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;