You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reports described the wrong machine (user report). Chrome deliberately misreports the legacy signals: navigator.platform returns MacIntel even on Apple Silicon, the UA string freezes macOS at 10_15_7, and the browser version in it is reduced to <major>.0.0.0. A report filed from an M4 Mac therefore read "Intel Mac OS X 10_15_7". The environment block is now built from User-Agent Client Hints, so the same machine reports e.g. macOS 15.3.0 | arm64 | Google Chrome 150.0.7827.55.
Added
architecture and browser fields in the companion .json, and the raw userAgent moved to its own line in the email body so the readable summary comes first.
Windows is named from its Client Hints platform version (Windows 11 / Windows 10) instead of the compatibility number it reports.
Changed
PRIVACY.md now lists operating system and version, CPU architecture and exact browser version explicitly, replacing the vaguer "browser/OS version".