Document that Firefox on ARM64 Windows presents itself as x64 in user agent string
Categories
(Core :: Networking: HTTP, enhancement, P3)
Tracking
()
People
(Reporter: rimas, Unassigned)
Details
(Whiteboard: [necko-triaged])
According to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox#windows, natively running ARM64 Firefox does not send its architecture identifier in the User Agent string.
Accorgint to my own test just now, it actually identifies itself as x64.
This doesn't seem right, as this means that there is no difference between the UA strings sent by actual x86(-64) platforms and ones running ARM64. I believe it would make sense to replace x64
with something else on ARM64 platforms.
Comment 1•2 years ago
|
||
:mossop, do you know what component this should live in, or who might be the best person to triage this?
Comment 2•2 years ago
|
||
The user agent is part of networking, however according to bug 1763310 this appears to be intentional so it may be the case that this is a docs bug.
Updated•2 years ago
|
Updated•2 years ago
|
Description
•