Merge "CSP: In tests, use setMwGlobals() instead of manual set+undo"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index e81909a..736e319 100644 (file)
@@ -6411,6 +6411,13 @@ $wgDeprecationReleaseLimit = false;
  */
 $wgProfiler = [];
 
+/**
+ * Allow the profileinfo.php entrypoint to be used.
+ *
+ * @since 1.5.0
+ */
+$wgEnableProfileInfo = false;
+
 /**
  * Only record profiling info for pages that took longer than this
  * @deprecated since 1.25: set $wgProfiler['threshold'] instead.