avidgrapher I logged in to my Google account in Vanadium (not GPlay). After checking Security > Devices from account.google.com, Google included my Pixel model in the device info. How is this possible?
user239423842 Because it knows your user agent, but I am not sure how far vanadium goes to prevent goes to prevent fingerprinting
Titan_M2 user239423842 Vanadium has reduced user agent that does not include device model and micro chromium version, see https://www.chromium.org/updates/ua-reduction/#sample-ua-strings-final-reduced-state.
Relaks There is some information on this here: https://grapheneos.org/faq#hardware-identifiers Especially the third paragraph. I don't have more knowledge on this, so I don't know in what way it relates to Vanadium and if it's possible for the browser to hide/spoof the device model.
PhantomRunner Truncating the User Agent is not sufficient for hiding the phone's OS version and model as all chrome based browsers responds to Client Hints. Vanadium doesn't protect against fingerprinting either.
PhantomRunner The only browser I know of for Android based on Chrome that protects the Client Hints javascript API is Bromite. But Bromite doesn't seem to be vary active in updating. Firefox based browsers doesn't implement this API.