Do you see a possible impact on the user-agent parsing with respect to Chrome's reduced user agent trials and rollout? #465
Replies: 1 comment 2 replies
-
Yes, this manipulation of the useragent has quite a big impact on the parsing and analysis. Luckily I have been aware of these plans for about 2 years and I have been closely following what Chromium (i.e. Chrome, Edge, etc.) and Firefox have been doing in this area. The current state is that Yauaa 6.9 already handles all documented planned variants of freezing the Chromium/Chrome/Edge/... UserAgent and manipulation that I'm aware of. https://www.chromium.org/updates/ua-reduction/ See this file for the analysis results for each of these cases https://github.com/nielsbasjes/yauaa/blob/main/analyzer/src/main/resources/UserAgents/GoogleChromeFrozen.yaml In addition it handles cases like
If you are aware of any new manipulations that are documented I would really appreciate an issue with the link to such documentation. |
Beta Was this translation helpful? Give feedback.
-
Chrome announced for a while the reduction of user-agent string (and addition of respective client hints for finer-granular data). By the look of it the dropping of minor versioning (zeroing out) etc this shouldn't impact the user-agent parsing?
Beta Was this translation helpful? Give feedback.
All reactions