Merge "Exclude redirects from Special:Fewestrevisions"
[lhc/web/wiklou.git] / includes / DevelopmentSettings.php
index d1bbcef..dac9d65 100644 (file)
@@ -54,5 +54,9 @@ if ( $logDir ) {
 }
 unset( $logDir );
 
-// Disable rate-limiting
+// 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;