On 5/11/2019 4:11 AM, j.j. wrote:
< "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101
Firefox/66.0"
> "Mozilla/5.0 (Windows NT 10.0; rv:66.0) Gecko/20100101 Firefox/66.0"
Note that "navigator.oscpu" returns "Windows NT 6.1; Win64; x64" or
similar. This needs to change then.
Yes. navigator.oscpu and the UA string share some common code, so they
would both be fixed to match 32-bit Windows.
btw, navigator.platform has already been fixed to return "Win32" for
Win32, WOW64, and Win64 Firefox builds (in bug 1472618).
navigator.platform returns:
Browser | Win32 OS | Win64 OS
-----------+----------+---------
IE11 | "Win32" | "Win64"
Chrome | "Win32" | "Win32"
Edge | "Win32" | "Win32" (changed to match Chrome)
Firefox 62 | "Win32" | "Win64"
Firefox 63 | "Win32" | "Win32" (changed in bug 1472618)
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform