A mediawiki extenion that allows integration various https://www.stopforumspam.com/ deny-lists.
See also: https://www.mediawiki.org/wiki/Extension:StopForumSpam#Installation
LocalSettings.php
:wfLoadExtension( 'StopForumSpam' );
$wgSFSIPListLocation
MUST be configured before the extension is used within any production environment.updateDenyList.php
) to populate and view information about the cache.$wgSFSIPListLocation
.$SFSReportOnly
to true
or false
. A value of true
will log events but WILL NOT enforce blocking non-read user actions for IP addresses within the deny list. A value of false
will both log events and block non-read user actions for IP addresses within the deny list.This project is licensed under the GPL 2.0 License - see the COPYING file for details.