mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
This commit is contained in:
@@ -1023,7 +1023,7 @@ security:
|
||||
default: ''
|
||||
blacklisted_crawler_user_agents:
|
||||
type: list
|
||||
default: ''
|
||||
default: 'bingbot'
|
||||
|
||||
onebox:
|
||||
enable_flash_video_onebox: false
|
||||
|
||||
Reference in New Issue
Block a user