detect-browser
detect-browser copied to clipboard
Prepare for Chrome User-Agent reduction
User-Agent (UA) reduction is the effort to minimize the identifying information shared in the User-Agent string which may be used for passive fingerprinting. As these changes are rolled out, all resource requests will have a reduced User-Agent header. As a result, the return values from certain Navigator interfaces will be reduced, including: navigator.userAgent, navigator.appVersion, and navigator.platform.
https://developer.chrome.com/docs/privacy-sandbox/user-agent/
Any updates on this?