mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add Google-InspectionTool as a crawler user agent (#26375)
This user-agent is sent when URLs are inspected via the UI of Google's search console. It makes sense for us to serve it the same content as other bots, including GoogleBot.
This commit is contained in:
@@ -1928,7 +1928,7 @@ security:
|
||||
list_type: compact
|
||||
crawler_user_agents:
|
||||
hidden: true
|
||||
default: "rss|bot|spider|crawler|facebook|archive|wayback|ping|monitor|lighthouse"
|
||||
default: "rss|bot|spider|crawler|facebook|archive|wayback|ping|monitor|lighthouse|google-inspectiontool"
|
||||
type: list
|
||||
list_type: compact
|
||||
browser_update_user_agents:
|
||||
|
||||
Reference in New Issue
Block a user