mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
feat: add clientHints support + DuckDuckGo detection (#595)
This commit is contained in:
committed by
GitHub
parent
0c6fdd7248
commit
aaa67db25e
@@ -14,6 +14,7 @@ export const BROWSER_ALIASES_MAP = {
|
||||
Chromium: 'chromium',
|
||||
Diffbot: 'diffbot',
|
||||
DuckDuckBot: 'duckduckbot',
|
||||
DuckDuckGo: 'duckduckgo',
|
||||
Electron: 'electron',
|
||||
Epiphany: 'epiphany',
|
||||
FacebookExternalHit: 'facebookexternalhit',
|
||||
@@ -82,6 +83,7 @@ export const BROWSER_MAP = {
|
||||
chromium: 'Chromium',
|
||||
diffbot: 'Diffbot',
|
||||
duckduckbot: 'DuckDuckBot',
|
||||
duckduckgo: 'DuckDuckGo',
|
||||
edge: 'Microsoft Edge',
|
||||
electron: 'Electron',
|
||||
epiphany: 'Epiphany',
|
||||
|
||||
Reference in New Issue
Block a user