From: Thomas Gries Date: Wed, 10 Aug 2011 05:58:21 +0000 (+0000) Subject: reverting my unintended change in DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~28377 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=bab1c5b6182b7cfe5c552722c5033d5694a7569e;p=lhc%2Fweb%2Fwiklou.git reverting my unintended change in DefaultSettings.php --- 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: