From 4f41ccd97584b02dd5df0cf7fb967d34b03cfe27 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 6 Jul 2018 16:46:22 +1000 Subject: [PATCH] FEATURE: MauiBot is abusive and is now blocked We have now seen multiple forums where MauiBot uses a large amount of traffic, due to this bad behavior it is blocked out-of-the-box --- config/site_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index 6cf5482ff7f..f51e6998c08 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -1103,7 +1103,7 @@ security: default: '' blacklisted_crawler_user_agents: type: list - default: '' + default: 'mauibot' slow_down_crawler_user_agents: type: list default: 'bingbot'