I've installed Lockdown to restrict the special namespace to sysop and cm user groups, but when testing it, it doesn't seem to work.
My LocalSettings.php contains the following:
wfLoadExtension( 'Lockdown' );
$wgNamespacePermissionLockdown[NS_SPECIAL]['*'] = [ 'sysop', 'cm' ];
Any advise? Thanks