Closed XiupengMa closed 1 year ago
Another example: Mozilla/5.0 (X11; CrOS x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.0.0 Safari/537.36
I don't think the current CrOS regex is correct - seems to expect some version info after the arch type. If I change that string to CrOS x86_64 1.1
it now detects it as Chromium OS
(which is the wrong name too per https://github.com/faisalman/ua-parser-js/issues/517).
@rikbrown @XiupengMa I could not find any examples of Chrome UA string for Chrome OS with no version info. How did you get it in this format? Are you using a regular Chrome browser or some other browser based on Chromium?
@uphunyal1 we just go these UA strings from our real clients. we aren't quite sure about their settings.
1+
UA: Mozilla/5.0 (X11; CrOS x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.0.0 Safari/537.36