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:
Victor Vasiliev 2012-05-26 16:21:54 +04:00
parent ea66b70cb0
commit 1d03a612bc

View file

@ -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