What are the options to block the methods bellow with Chrome?
navigator.appVersion
Info os.name
as I was successfully profiled in
http://browserspy.dk/browser.php
I´d like to hide Browser and OS in order to avoid exploits.
What are the options to block the methods bellow with Chrome?
navigator.appVersion
Info os.name
as I was successfully profiled in
http://browserspy.dk/browser.php
I´d like to hide Browser and OS in order to avoid exploits.
You can change the User-Agent string Chrome sends to the servers. This is explained here.