Hacker News new | ask | show | jobs
by gruez 2606 days ago
>or have a plugin that rotates it often to counter fingerprinting

That's not going to fool any competent fingerprinting scripts. Blink/webkit/gecko have different javascript implementations so it's easy to cross-check whether your user agent header matches your "real" user agent. The only thing you're really going to fool are server side logs for user agent. If anything, using user agent spoofer is an entropy source (makes you stick out more) because most people don't spoof their user agent.

3 comments

Rotating the agent alone, right, but it's part of a larger set of tools usually. I don't think anyone is implying that security conscious users are only doing that.
You don't have to convince me, I agree. But the fact remains i'm pretty sure it accounts for some number of the reported IE11 users.
Which is all good in the browser, but the access logs are still going to say Internet Explorer.