DevelopmentSettings: Disable legacy javascript globals in CI and for devs
Bug: T72470 Change-Id: Iedd3a9c8e541bc4cc657753e6ae3389f0393ed64
This commit is contained in:
parent
7777aae126
commit
ffd802a386
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue