1
0
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:
Jonathan Kingston
2026-02-01 21:50:33 +00:00
committed by GitHub
parent 0c6fdd7248
commit aaa67db25e
7 changed files with 377 additions and 17 deletions

View File

@@ -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',