Allow webcal URLs as links

This commit is contained in:
Sid 2026-01-16 15:28:59 +00:00
parent 8f9a3f6bda
commit a88c2ff5d0

View file

@ -229,6 +229,9 @@ $wgHideInterlanguageLinks = false;
# uncomment this if Semantic MediaWiki property locking is broken
#$smwgChangePropagationProtection = false;
# Allow webcal:// URLs
$wgUrlProtocols[] = 'webcal://';
# SVG config
$wgFileExtensions[] = 'svg';
# This extension will no longer be needed in MediaWiki >= 1.41, then $wgSVGNativeRendering can be used