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
We get this warning in the browser console because GitHub Pages has disabled FLoC but we use navigator.platform and navigator.userAgent in the OS helper.
The text was updated successfully, but these errors were encountered:
I've updated the helper to user the low entropy client hints if available -- does that get right of the error for you?
We could use the high entropy hint 'architecture' to reliably detect arm64 on macOS on Chrome. That would mean we could detect M1 on Firefox (via the GPU) and on Chrome via the hint. Still no idea what to do about Safari though.
We get this warning in the browser console because GitHub Pages has disabled FLoC but we use
navigator.platform
andnavigator.userAgent
in the OS helper.The text was updated successfully, but these errors were encountered: