Description
Chromium 90 introduced navigator.userAgentData, a more parsable version of navigator.userAgent: https://caniuse.com/mdn-api_navigator_useragentdata
With Chrome, that's filled as expected:
{ "brands": [ { "brand": "Not;A=Brand", "version": "99" }, { "brand": "Chromium", "version": "106" } ], "mobile": false, "platform": "Linux" }
while with QtWebEngine, it's empty:
{ "brands": [], "mobile": false }
Attachments
Issue Links
- relates to
-
QTBUG-107451 QT NanoBrowser not passing antibot checks
-
- Closed
-