Forum Discussion
MS Edge Chromium? or Chrome?
To be clear, this data is provided by Edge Insider. It's a conscious choice; they've set the user agent (i.e., the signal that tells everyone else what browser this is).
I won't presume what name Microsoft will use, but Edge Insider calls itself part of the "Chrome" family and likewise includes Chrome in its user-agent string.
I do hope this gets fixed properly: call Edge Edge. It's absolutely confusing to mainstream users to see "Chrome", so I hope they squash this bug instead of letting it seep into the official builds.
https://www.whatsmyua.info/
ikjadoon Microsoft already explained that they will use `Edg` instead of `Edge` to differentiate it from
the classic version, look for "User Agent String" in https://blogs.windows.com/msedgedev/2019/04/08/microsoft-edge-preview-channel-details/ for a detailed explanation.
From all the engines listed on https://www.whatsmyua.info/ just one does not have the fix to properly recognize the new Edge and I created an issue for it:
https://github.com/3rd-Eden/useragent/issues/143<- I created this issue so the library could be updated to properly identify the new Edge
https://github.com/faisalman/ua-parser-js/pull/375 <- There's already an issue for it and the they have an open PR with the fix.
https://github.com/bestiejs/platform.js/pull/170 <- They already merged the code fix to properly identify the new Edge.
Having said that, I do agree with you that Microsoft needs to stop pretending to be Chrome ( https://www.bleepingcomputer.com/news/microsoft/the-new-microsoft-edge-sometimes-impersonates-other-browsers/ )... If you take a look at the current Edge Dev (76.0.152.0) online config file, it overrides the user agent to pretend be Chrome for some sites, just look for user_agent_override:
https://config.edge.skype.com/config/v1/Edge/76.0.152.0?osname=win&channel=dev&clientId=[id]&osver=10.0.18875&osarch=x86_64&osring=WIF&osedition=professional&ostelemetrylevel=full
- EbonJaegerMay 15, 2019Iron Contributor
cbomtempo wrote:Having said that, I do agree with you that Microsoft needs to stop pretending to be Chrome
Thanks to so many websites doing UA sniffing for entirely the wrong reasons (trying to detect what features to enable in a given browser), this can't really happen while still expecting sites to work normally. While it can be argued that this is the website's problem, they're also not going to change, and that's the world we live in.