And then Microsoft built Edge and tries to be Chrome too with UA as
Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10136
The best thing that could happen is that Chrome would pretend to be Edge too, that would definitely kill UA sniffing for good, because there would now be two distinct browser engines with the same user-agent.
To me the similarity to evolutional processes is striking. I mean, didn't biological evolution also give rise to sometimes bizarr creatures? They somehow coevolved with the other inhabitants in their niche.
Still they live their (sometimes not so) happy lifes.
Since browser vendors are clearly out of their minds, it's up to users to end this mess and save a few bytes of traffic in the process: just set your user-agent string to something short (most browsers allow it without add-ons).
Not exactly what you are suggesting, but uMatrix has an option to once in a while switching user agent to random one from the list. This is implemented for privacy reasons.
Sadly there still some websites where you want to disable it though, because they block some features otherwise.
I've always thought the UA header should just be removed. Sniffing is a bad thing and analytics on it are mainly used to preemptively decide not to use features that you should just use feature detection for (and for tools like Google Analytics comes from the js lib not the UA header anyway). Plus it's so many wasted bytes.
I use an extension to fake my UA to that of other browser+OS combinations. It's silly how many sites serve you different things based on the User-Agent still.
Google doesn't even work properly if I don't identify my browser - the results show but clicking them does nothing. I still fake the version and OS though.
12 comments
[ 4.5 ms ] story [ 32.6 ms ] threadTo me the similarity to evolutional processes is striking. I mean, didn't biological evolution also give rise to sometimes bizarr creatures? They somehow coevolved with the other inhabitants in their niche.
Still they live their (sometimes not so) happy lifes.
What a weird world this is.
https://groups.google.com/forum/#!msg/comp.lang.java/aSPAJO0...
Sadly there still some websites where you want to disable it though, because they block some features otherwise.
Google doesn't even work properly if I don't identify my browser - the results show but clicking them does nothing. I still fake the version and OS though.