Add $wgAllowUserCssPrefs option to disable CSS-based preferences. These are injected...
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index a8d10c5..8f47cd1 100644 (file)
@@ -2905,6 +2905,13 @@ $wgAllowUserJs = false;
  */
 $wgAllowUserCss = false;
 
+/**
+ * Allow user-preferences implemented in CSS?
+ * This allows users to customise the site appearance to a greater
+ * degree; disabling it will improve page load times.
+ */
+$wgAllowUserCssPrefs = true;
+
 /** Use the site's Javascript page? */
 $wgUseSiteJs = true;