Skip to content

Commit

Permalink
Sync localSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 31, 2024
1 parent 053abd4 commit d8976b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@
* Performance settings
*/
$wgMultiShardSiteStats = true;
/** @see https://phabricator.wikimedia.org/T343492 */
$wgResourceLoaderUseObjectCacheForDeps = true;
// Don't invalidate cache for changes in localsettings.php,
// instead use $wgCacheEpoch above to do it.
$wgInvalidateCacheOnLocalSettingsChange = false;
Expand Down Expand Up @@ -308,8 +306,12 @@
*/
// Use HTML5 encoding with minimal escaping
$wgFragmentMode = [ 'html5' ];
// Disable legacy heading DOM (https://www.mediawiki.org/wiki/Heading_HTML_changes)
// Enable new heading DOM (https://www.mediawiki.org/wiki/Heading_HTML_changes)(T13555)
$wgParserEnableLegacyHeadingDOM = false;
// Enable protection indicators (T12347)
$wgEnableProtectionIndicators = true;
// Enable sorted categories (T373480)
$wgSortedCategories = true;
// Allow MediaWiki:Citizen.css to load on all pages
$wgAllowSiteCSSOnRestrictedPages = true;
// Output a canonical meta tag on every page
Expand Down

0 comments on commit d8976b8

Please sign in to comment.