mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 21:53:51 +08:00
Add GoogleOther crawler user agent (#27000)
Per https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers > GoogleOther is the generic crawler that may be used by various product teams for fetching publicly accessible content from sites. For example, it may be used for one-off crawls for internal research and development. This commit will ensure it's served the crawler view, and included in crawler metrics
This commit is contained in:
parent
ebc1763aa5
commit
742a3b138d
|
@ -1958,7 +1958,7 @@ security:
|
|||
list_type: compact
|
||||
crawler_user_agents:
|
||||
hidden: true
|
||||
default: "rss|bot|spider|crawler|facebook|archive|wayback|ping|monitor|lighthouse|google-inspectiontool|gptbot|claudebot|anthropic-ai|brightbot"
|
||||
default: "rss|bot|spider|crawler|facebook|archive|wayback|ping|monitor|lighthouse|google-inspectiontool|gptbot|claudebot|anthropic-ai|brightbot|googleother"
|
||||
type: list
|
||||
list_type: compact
|
||||
browser_update_user_agents:
|
||||
|
|
Loading…
Reference in New Issue
Block a user