From 91a4fee03d9a599e8ba5a134c6b0527b5bbb2d32 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 5 Apr 2018 16:02:51 +1000 Subject: [PATCH] FEATURE: block bing from crawling all discourse sites bing is crawling our properties 10x faster than any other crawler, until default behavior is improved we are blocking it out-of-the-box You may enable it by setting the blacklist back to empty --- 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 814b281ee57..a2bc8e0df60 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -1023,7 +1023,7 @@ security: default: '' blacklisted_crawler_user_agents: type: list - default: '' + default: 'bingbot' onebox: enable_flash_video_onebox: false