[help needed] about fingherprint spoofing

megadan90

Newbie
Joined
Mar 31, 2016
Messages
21
Reaction score
3
HI there guys,
it a few days that all my browsers are detected as Linux even if I hanged the user agent,
if I go on whatsmybrowser . com I have the message:
YOUR WEB BROWSER LOOKS LIKE: (the actual user agent = chrome on Linux)
BUT IT'S ANNOUNCING THAT IT'S: (the user agent I m parsing)

do you guys have a chrome extension that can solve that or do you have any suggestion on where should I look to fix that?

VPqyQkc.png

any help/suggestion will be highly appreciated
 
Your web browser is:
Chrome 90 on Android 11
LG Q720

Try Firefox and User-Agent Switcher and Manager!
 
I've done some research and it seems that as of 3 days 2nd of June 2021 ago a new way to get fingerprints has been implemented:

https://wicg.github.io/ua-client-hints/
its called User-Agent Client Hints, I have tried to block the request w the flag
Code:
--disable-features=UserAgentClientHint
but as of now no success
 
I've done some research and it seems that as of 3 days 2nd of June 2021 ago a new way to get fingerprints has been implemented:

https://wicg.github.io/ua-client-hints/
its called User-Agent Client Hints, I have tried to block the request w the flag
Code:
--disable-features=UserAgentClientHint
but as of now no success
I think that parameter was supposed to work only until client hints were implemented. What you can do is to downgrade your Chrome version, if you want to stick with it.
 
Your web browser is:
Chrome 90 on Android 11
LG Q720

Try Firefox and User-Agent Switcher and Manager!

thanks, man, that works like a charm, I used to parse the UA as a flag, but I guess is not working anymore
 
Back
Top