vytal-io / vytal-extension

Browser extension to spoof timezone, geolocation, locale and user agent.
https://vytal.io
GNU General Public License v3.0
1.8k stars 95 forks source link

Suggestions for changing the Client-Hints. #39

Open man2k opened 11 months ago

man2k commented 11 months ago

Even after the User-Agent string is changed, the Client-Hints reveal the real browser, mobile/not, platform, platform version, architecture, etc. more details here -> https://browserleaks.com/client-hints

Some details from docs -> https://developer.chrome.com/docs/privacy-sandbox/user-agent/

Some observations -> It can't be entirely disabled because some sites ends up in a endless loop unless these match with the User-Agent header.

So you might need a dataset for the brands. image

image

I am not sure if thats possible through debugger api.