Skip to content

Commit af78d57

Browse files
committed
feat: add more user agents to the robots array
1 parent 7596279 commit af78d57

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

app/Config/UserAgents.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,15 @@ class UserAgents extends BaseConfig
248248
'ia_archiver' => 'Alexa Crawler',
249249
'MJ12bot' => 'Majestic-12',
250250
'Uptimebot' => 'Uptimebot',
251+
'duckduckbot' => 'DuckDuckBot',
252+
'sogou' => 'Sogou Spider',
253+
'exabot' => 'Exabot',
254+
'google-pagerenderer' => 'Google Page Renderer',
255+
'google-read-aloud' => 'Google Read Aloud',
256+
'google-safety' => 'Google Safety Bot',
257+
'bot' => 'Generic Bot',
258+
'crawler' => 'Generic Crawler',
259+
'spider' => 'Generic Spider',
260+
'bingpreview' => 'BingPreview',
251261
];
252262
}

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Migrations
110110
Others
111111
------
112112

113+
- **UserAgents:** Expanded the list of recognized ``robots`` with new search engine and service crawlers.
114+
113115
Model
114116
=====
115117

0 commit comments

Comments
 (0)