Hardware fingerprinting
I know that Vanadium mitigates some fingerprinting, but I tested using https://abrahamjuliot.github.io/creepjs/ recently and saw that some important identifiers are still shared:
GPU Cores RAM
Which basically share what device I am using
As well as Localization language Timezone
I would prefer to manually tell websites this info if necessary rather than broadcast it
Thank you for your work
Localization language
This is configurable in the browser.
Cores RAM
These can be detected regardless based on how it behaves, as can CPU and GPU performance.
timezone configuration per-site is tracked at #709