We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b01f2 commit 10da26dCopy full SHA for 10da26d
1 file changed
packages/sui-js/src/ua-parser/index.js
@@ -6,7 +6,8 @@ export const LEGITIMATE_CRAWLER_USER_AGENTS = [
6
'bingbot',
7
'linkedinbot',
8
'mediapartners-google',
9
- 'debugbear'
+ 'debugbear',
10
+ 'spider'
11
]
12
13
export const stats = userAgent => {
0 commit comments