I just received some disturbing news
All,
I just received some news that has me, quite frankly, concerned.
I was told that our intrusion detection guys started noticing a user agent string that is presenting itself as almost everything.. IE, FireFox, Chrome, Safari, Opera. These user agent strings were coming from inside, not outside, our network.
After some thorough investigating, it was determined that the culprit was the Internet Explorer 11 on Windows 10. Apparently, Micro$oft is a little annoyed that developers have been setting different code for different browsers, so they (apparently) are presenting IE11 under Win10 as "everything".
I find this more than just a little disturbing.
I do know that you should write code based upon available elements instead of using browser detection, and that browser detection is generally frowned upon. However, there are some things, especially some CSS, that are entirely browser dependent - not all browsers parse 100% of CSS exactly the same. Some consider borders when calculating width/height, etc., some don't.
I think Micro$oft has, again, made our job just a little bit more of a pain.
V/r,
^_^
