Currently, CrawlerProtection is supposed to allow the customization of $wgCrawlerProtectedActions to control which actions should be blocked from anonymous users. The default value is $wgCrawlerProtectedActions = [ 'history' ];. However, even if $wgCrawlerProtectedActions = [];, ?action=history is still blocked. This behavior should be fixed.
Currently, CrawlerProtection is supposed to allow the customization of
$wgCrawlerProtectedActionsto control which actions should be blocked from anonymous users. The default value is$wgCrawlerProtectedActions = [ 'history' ];. However, even if$wgCrawlerProtectedActions = [];,?action=historyis still blocked. This behavior should be fixed.