diff --git a/templates/Settings.php.erb b/templates/Settings.php.erb index c3c1cc2..8450840 100644 --- a/templates/Settings.php.erb +++ b/templates/Settings.php.erb @@ -300,3 +300,10 @@ require_once( "$IP/extensions/CirrusSearch/CirrusSearch.php" ); $wgCirrusSearchServers = array( '127.0.0.1' ); $wgCirrusSearchShardCount = array( 'content' => 5, 'general' => 5 ); $wgSearchType = 'CirrusSearch'; + +# Extension:SpamBlacklist +require_once "$IP/extensions/SpamBlacklist/SpamBlacklist.php"; +$wgSpamBlacklistFiles = array( + "https://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&sb_ver=1", + "https://en.wikipedia.org/w/index.php?title=MediaWiki:Spam-blacklist&action=raw&sb_ver=1" +);