mirror of
https://github.com/lancedikson/bowser
synced 2026-09-23 20:44:24 +00:00
feat: Add Slack bot detection (#596)
Co-authored-by: Jam <jam.hsu@lativ.com.tw>
This commit is contained in:
@@ -227,6 +227,17 @@ export default [
|
||||
},
|
||||
},
|
||||
|
||||
/* SlackBot */
|
||||
{
|
||||
test: [/slackbot/i, /slack-imgProxy/i],
|
||||
describe() {
|
||||
return {
|
||||
type: PLATFORMS_MAP.bot,
|
||||
vendor: 'Slack',
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
/* Yahoo! Slurp */
|
||||
{
|
||||
test: [/yahoo/i],
|
||||
|
||||
Reference in New Issue
Block a user