]> git.openstreetmap.org Git - chef.git/commitdiff
mediawiki: Use less aggressive DNSBLs
authorGrant Slater <github@firefishy.com>
Tue, 8 Oct 2024 10:34:15 +0000 (11:34 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 8 Oct 2024 10:35:34 +0000 (11:35 +0100)
cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index 9070c0ee8620b4a88010b2836cec58875c69dbde..d26a0d0bb1813df8f3f6b8ffd6d1cd1031efb348 100644 (file)
@@ -231,10 +231,9 @@ $wgNamespacesWithSubpages[NS_MAIN] = true;
 # DNS Blacklists to use
 $wgEnableDnsBlacklist = true;
 $wgDnsBlacklistUrls = [
 # DNS Blacklists to use
 $wgEnableDnsBlacklist = true;
 $wgDnsBlacklistUrls = [
-  'proxies.dnsbl.sorbs.net.',
-  'opm.tornevall.org.',
+  'http.dnsbl.sorbs.net.',
   'xbl.spamhaus.org.',
   'xbl.spamhaus.org.',
-  'dnsbl-2.uceprotect.net.'
+  'dnsbl-1.uceprotect.net.'
 ];
 
 # Require validated email to edit
 ];
 
 # Require validated email to edit