-
Notifications
You must be signed in to change notification settings - Fork 22.8k
fix: Firefox user-agent string reference #39329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs Flaws (1)URL:
External URLs (2)URL:
(comment last updated: 2025-05-02 05:22:06) |
2063fd4
to
12dfc89
Compare
files/en-us/web/http/reference/headers/user-agent/firefox/index.md
Outdated
Show resolved
Hide resolved
12dfc89
to
f4048e2
Compare
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]>
f4048e2
to
21211fb
Compare
files/en-us/web/http/reference/headers/user-agent/firefox/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/reference/headers/user-agent/firefox/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/reference/headers/user-agent/firefox/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/reference/headers/user-agent/firefox/index.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.!
Thank for review and help. |
Description
Since Firefox 127.0 released, Linux x86 was reported as x86_64, add note for it.
Add note for windows aarch64 cpu and remove outdated reference.
Motivation
Current Firefox User-Agent string reference was outdated
It will mislead people (especially when they don't have the actual device)
Additional details
Related issues and pull requests
None