Closed
Bug 572668
Opened 15 years ago
Closed 15 years ago
Remove the crypto strength token from the UA string
Categories
(Core :: Networking: HTTP, enhancement)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla2.0b2
People
(Reporter: hsivonen, Assigned: wesongathedeveloper)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, Whiteboard: [parity-IE])
Attachments
(1 file)
5.68 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1) Load http://www.delorie.com:81/some/url.txt
Actual results:
The User-Agent string has the token " U;", which signifies that the browser provides crypto support that is stronger than what the "international" builds of Netscape offered circa 1995.
Expected results:
Expected this long-obsolete token not to be sent on every HTTP request.
Additional information:
This isn't actually fingerprinting-relevant, but since this is a suggesting UA string change, marking a dependency on the bug tracking suggested UA string changes.
IE doesn't send the " U;" token.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → wesongathedeveloper
Status: NEW → ASSIGNED
Attachment #451924 -
Flags: review?(bzbarsky)
Updated•15 years ago
|
Whiteboard: [parity-IE]
Comment 2•15 years ago
|
||
Comment on attachment 451924 [details] [diff] [review]
Patch
r=bzbarsky. Do you need this landed?
Attachment #451924 -
Flags: review?(bzbarsky) → review+
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3b2
Comment 4•15 years ago
|
||
This reference document on the wiki probably needs to be updated after this change.
https://developer.mozilla.org/en/User_Agent_Strings_Reference
Updated•15 years ago
|
Keywords: dev-doc-needed
Updated•14 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•