ghostwords/chameleon

Chrome/Chromium still detected

Closed this issue · 3 comments

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

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:
#11

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.

This is the same issue as #5.