You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Firefox 127.0 released, Linux x86 was reported as x86_64, add note for it.
Add notes for windows aarch64 cpu and remove outdated reference.
Signed-off-by: Coia Prant <[email protected]>
| Windows NT on x86 CPU | Mozilla/5.0 (Windows NT _x_._y_; rv:10.0) Gecko/20100101 Firefox/10.0 |
61
+
| Windows NT on x64 CPU | Mozilla/5.0 (Windows NT _x_._y_; Win64; x64; rv:10.0) Gecko/20100101 Firefox/10.0 |
62
+
63
+
> [!NOTE]
64
+
> For aarch64 CPU, It reported as x86 on Windows 10 (since it doesn't support x64 emulation), and reported as x86_64 on Windows 11.
65
+
> See [Bugzilla #1763310](https://bugzil.la/show_bug.cgi?id=1763310)
62
66
63
67
## macOS
64
68
@@ -78,6 +82,10 @@ Linux is a more diverse platform. Your distribution of Linux might include an ex
78
82
| Linux desktop on i686 CPU | Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20100101 Firefox/10.0 |
79
83
| Linux desktop on x86_64 CPU | Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 |
80
84
85
+
> [!NOTE]
86
+
> In Firefox 127.0 and later, 32-bit x86 will now be reported as x86_64 in Firefox's User-Agent string and `navigator.platform` and `navigator.oscpu` Web APIs
87
+
> See [Firefox 127.0 Release Notes](https://www.mozilla.org/en-US/firefox/127.0/releasenotes/)
88
+
81
89
## Firefox for Android
82
90
83
91
Firefox for Android contains the Android version as part of the _platform_ token. For increased interoperability, if the browser is running on a version below 4 it will report 4.4. Android versions 4 and above report the version accurately. Note that the same Gecko—with the same capabilities—is shipped to all versions of Android.
0 commit comments