Skip to content
Snippets Groups Projects
Commit 6bbe799a authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Florian Pritz
Browse files

archwiki: LocalSettings: move $wgAllowUserCssPrefs to relevant section

parent 894ccf28
No related branches found
No related tags found
1 merge request!516archwiki: merge LocalSettings.archlinux.org.php from the archwiki git repo into LocalSettings.php.j2
......@@ -117,7 +117,7 @@ $wgUserEmailUseReplyTo = true;
##
## Cache settings
## Cache and performance settings
##
## Shared memory settings
......@@ -135,6 +135,10 @@ $wgFileCacheDirectory = "$IP/../cache/html";
$wgUseGzip = true;
$wgUseETag = true;
# CSS-based preferences supposedly cause about 20 times slower page loads
# https://phabricator.wikimedia.org/rSVN63707
$wgAllowUserCssPrefs = false;
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
......@@ -193,7 +197,6 @@ $wgFooterIcons = array();
##
$wgEmailConfirmToEdit = true;
$wgAllowUserCssPrefs = false;
$wgDisableAnonTalk = true;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['sysop']['deleterevision'] = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment