reverting my unintended change in DefaultSettings.php
authorThomas Gries <wikinaut@users.mediawiki.org>
Wed, 10 Aug 2011 05:58:21 +0000 (05:58 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Wed, 10 Aug 2011 05:58:21 +0000 (05:58 +0000)
includes/DefaultSettings.php

index a429436..b05856d 100644 (file)
@@ -2276,7 +2276,7 @@ $wgHandheldForIPhone = false;
  * This enables a lot of neat customizations, but may
  * increase security risk to users and server load.
  */
-$wgAllowUserJs = true;
+$wgAllowUserJs = false;
 
 /**
  * Allow user Cascading Style Sheets (CSS)?
@@ -2487,7 +2487,7 @@ $wgResourceLoaderInlinePrivateModules = true;
  * The default debug mode (on/off) for of ResourceLoader requests. This will still
  * be overridden when the debug URL parameter is used.
  */
-$wgResourceLoaderDebug = true;
+$wgResourceLoaderDebug = false;
 
 /**
  * Enable embedding of certain resources using Edge Side Includes. This will
@@ -2500,7 +2500,7 @@ $wgResourceLoaderUseESI = false;
  * Put each statement on its own line when minifying JavaScript. This makes
  * debugging in non-debug mode a bit easier.
  */
-$wgResourceLoaderMinifierStatementsOnOwnLine = true;
+$wgResourceLoaderMinifierStatementsOnOwnLine = false;
 
 /**
  * Maximum line length when minifying JavaScript. This is not a hard maximum: