ghostwords / chameleon

Browser fingerprinting protection for everybody.
Mozilla Public License 2.0
531 stars 60 forks source link

Chrome/Chromium still detected #11

Closed eduardoeae closed 9 years ago

eduardoeae commented 9 years ago

This shows that there is still several ways of detecting Chrome/Chromium browser http://browserspy.dk/browser.php

ghost commented 9 years ago

Presumably, Chrome changed something that is foiling the ability to change navigator.userAgent.

On 11/20/14, eduardoeae notifications@github.com wrote:

This shows that there is still several ways of detecting Chrome/Chromium browser http://browserspy.dk/browser.php


Reply to this email directly or view it on GitHub: https://github.com/ghostwords/chameleon/issues/11

ghostwords commented 9 years ago

I see Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0 when I first open the link and when I reload the page with Ctrl-R.

I see my real user agent when I focus on the URL bar and hit Enter.

This looks like a race condition: there is a chance for Chameleon's interception code to not get injected in time for cached pages.

ghostwords commented 9 years ago

This is the same issue as #5.