From bab1c5b6182b7cfe5c552722c5033d5694a7569e Mon Sep 17 00:00:00 2001 From: Thomas Gries Date: Wed, 10 Aug 2011 05:58:21 +0000 Subject: [PATCH] reverting my unintended change in DefaultSettings.php --- includes/DefaultSettings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a429436abf..b05856d86a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: -- 2.20.1