mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-28 09:00:19 +00:00
Remove Wikimedia-specific configuration from the extension.
I am on a slow connection today and it took me about an hour to understand why does saving a page take about 25 seconds. Note: this commit requires changes to Wikimedia configuration files. Change-Id: I2d99fe36c3371d2a2a22dbb68e063287d9f4f82d
This commit is contained in:
parent
ea66b70cb0
commit
1d03a612bc
|
@ -21,13 +21,7 @@ $wgExtensionMessagesFiles['SpamBlackList'] = $dir . 'SpamBlacklist.i18n.php';
|
|||
/**
|
||||
* Array of settings for blacklist classes
|
||||
*/
|
||||
$wgBlacklistSettings = array(
|
||||
'spam' => array(
|
||||
'files' => array(
|
||||
'http://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&sb_ver=1'
|
||||
),
|
||||
),
|
||||
);
|
||||
$wgBlacklistSettings = array();
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
|
|
Loading…
Reference in a new issue