Drop mediawiki.dic, useless and poorly updated
[lhc/web/wiklou.git] / includes / DevelopmentSettings.php
index c558aee..103ff45 100644 (file)
@@ -53,3 +53,10 @@ if ( $logDir ) {
        $wgDebugLogGroups['error'] = "$logDir/mw-error.log";
 }
 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;