mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
feat: Add Slack bot detection (#596)
Co-authored-by: Jam <jam.hsu@lativ.com.tw>
This commit is contained in:
@@ -52,6 +52,7 @@ export const BROWSER_ALIASES_MAP = {
|
||||
Safari: 'safari',
|
||||
Sailfish: 'sailfish',
|
||||
'Samsung Internet for Android': 'samsung_internet',
|
||||
SlackBot: 'slackbot',
|
||||
SeaMonkey: 'seamonkey',
|
||||
Sleipnir: 'sleipnir',
|
||||
'Sogou Browser': 'sogou',
|
||||
@@ -120,6 +121,7 @@ export const BROWSER_MAP = {
|
||||
sailfish: 'Sailfish',
|
||||
samsung_internet: 'Samsung Internet for Android',
|
||||
seamonkey: 'SeaMonkey',
|
||||
slackbot: 'SlackBot',
|
||||
sleipnir: 'Sleipnir',
|
||||
sogou: 'Sogou Browser',
|
||||
swing: 'Swing',
|
||||
|
||||
Reference in New Issue
Block a user