]> git.openstreetmap.org Git - chef.git/commitdiff
move spam regex to an abuse filter
authorTigerfell <tigerfell-688@tuta.io>
Sat, 14 Aug 2021 21:08:04 +0000 (23:08 +0200)
committerGrant <github@firefishy.com>
Thu, 19 Aug 2021 12:59:41 +0000 (13:59 +0100)
cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index 0d90084112a2eb6a09b5bcd930c67cb3c36fc70a..2bd1a72974216646393ee570615ff1544a290c82 100644 (file)
@@ -249,9 +249,6 @@ $wgEmailConfirmToEdit = true;
 # Extend autoblock period
 $wgAutoblockExpiry = 7776000; // 90 days
 
-# Spam filter regex
-$wgSpamRegex = '/\b(gmail|dell|asus|eps(o|0)n|br(o|0)ther|can(o|0)n|hp|k(o|0)dak|lexmark|mcafee|bitdefender|n(o|0)rt(o|0)n( 360)?|avira|kaspersky|avg|avast|micr(o|0)s(o|0)ft|(o|0)utl(o|0)(o|0)k|printer|netgear( r(o|0)uter)?|quickb(o|0)(o|0)ks( payr(o|0)ll)?)( antivirus)?( helpline| cust(o|0)mer|( technical| tech)| cust(o|0)mer service)? (supp(o|0)rt number|ph(o|0)ne number|supp(o|0)rt ph(o|0)ne number|care number|helpdesk number)\b/i';
-
 # Autopromote users to autoconfirmed
 $wgAutoConfirmAge = 345600; // 4 days
 $wgAutoConfirmCount = 10;