Skip to content

Commit 10da26d

Browse files
committed
feat(packages/sui-js): add spider to bots
1 parent 23b01f2 commit 10da26d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/sui-js/src/ua-parser/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export const LEGITIMATE_CRAWLER_USER_AGENTS = [
66
'bingbot',
77
'linkedinbot',
88
'mediapartners-google',
9-
'debugbear'
9+
'debugbear',
10+
'spider'
1011
]
1112

1213
export const stats = userAgent => {

0 commit comments

Comments
 (0)