mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-13 17:53:33 +00:00
Merge "Load SpamBlacklist from meta over HTTPS"
This commit is contained in:
commit
2d8225460c
|
@ -28,7 +28,7 @@ $wgAPIModules['spamblacklist'] = 'ApiSpamBlacklist';
|
|||
*/
|
||||
$wgBlacklistSettings = array(
|
||||
'spam' => array(
|
||||
'files' => array( "http://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&sb_ver=1" )
|
||||
'files' => array( "https://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&sb_ver=1" )
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue