updates and better URI schemes

This commit is contained in:
MediaWiki 2026-01-27 16:58:50 +01:00
parent a88c2ff5d0
commit 9a5bd14841
6 changed files with 33 additions and 25 deletions

View file

@ -275,6 +275,9 @@ $wgHideInterlanguageLinks = false;
#$wgShowExceptionDetails = true;
#$wgShowDBErrorBacktrace = true;
$wgUrlProtocols[] = 'webcal://';
$smwgURITypeSchemeList = array_merge($smwgURITypeSchemeList, ['matrix']);
### Namespace attributes
$wgNamespacesWithSubpages[NS_MAIN] = true;
$wgNamespacesWithSubpages[NS_FSCK] = true;