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
@@ -2927,6 +2927,55 @@
|
||||
type: "bot"
|
||||
vendor: "DuckDuckGo"
|
||||
engine: {}
|
||||
DuckDuckGo:
|
||||
-
|
||||
ua: "Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Ddg/7.123.0"
|
||||
spec:
|
||||
browser:
|
||||
name: "DuckDuckGo"
|
||||
version: "7.123.0"
|
||||
os:
|
||||
name: "iOS"
|
||||
version: "18.2"
|
||||
platform:
|
||||
type: "mobile"
|
||||
vendor: "Apple"
|
||||
model: "iPhone"
|
||||
engine:
|
||||
name: "WebKit"
|
||||
version: "605.1.15"
|
||||
-
|
||||
ua: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Ddg/7.123.0"
|
||||
spec:
|
||||
browser:
|
||||
name: "DuckDuckGo"
|
||||
version: "7.123.0"
|
||||
os:
|
||||
name: "macOS"
|
||||
version: "10.15.7"
|
||||
versionName: "Catalina"
|
||||
platform:
|
||||
type: "desktop"
|
||||
vendor: "Apple"
|
||||
engine:
|
||||
name: "WebKit"
|
||||
version: "605.1.15"
|
||||
-
|
||||
ua: "Mozilla/5.0 (iPad; CPU OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Ddg/7.120.0"
|
||||
spec:
|
||||
browser:
|
||||
name: "DuckDuckGo"
|
||||
version: "7.120.0"
|
||||
os:
|
||||
name: "iOS"
|
||||
version: "17.5"
|
||||
platform:
|
||||
type: "tablet"
|
||||
vendor: "Apple"
|
||||
model: "iPad"
|
||||
engine:
|
||||
name: "WebKit"
|
||||
version: "605.1.15"
|
||||
InternetArchiveCrawler:
|
||||
-
|
||||
ua: "ia_archiver"
|
||||
|
||||
Reference in New Issue
Block a user