Closed
Bug 588904
Opened 15 years ago
Closed 15 years ago
Remove Mozilla/5.0 from UA string
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dwitte, Unassigned)
References
Details
This is a subset of bug 527886. I want this on file separately so we don't conflate things.
The only browsers (I'm aware of) that don't currently have Mozilla/5.0 are Opera and IE6. If people are sniffing for a lack of Mozilla/5.0, that'd lump us in with IE6, which is scary. If that's anything approaching common, this is WONTFIX.
Among the other browsers, we will break sniffers that expect the UA string to be in a certain order and contain certain tokens, even if redundant. That seems like a more important concern.
Comment 1•15 years ago
|
||
Would that break our current suggested sniffing : http://geckoisgecko.info/ -> http://archive.bclary.com/xbProjects-docs/geckoGetRv/ ?
Comment 2•15 years ago
|
||
Actually IE7 and IE8 don't have Mozilla/5.0 either. IE9 will start pretending Mozilla/5.0.
Comment 3•15 years ago
|
||
(In reply to comment #1)
> Would that break our current suggested sniffing : http://geckoisgecko.info/ ->
> http://archive.bclary.com/xbProjects-docs/geckoGetRv/ ?
The current suggested Gecko sniffing there gets whatever is exactly in between the "rv:" and the ")" expected to directly follow it. That's it; it doesn't care about anything else in the UA string. That being said, our problem is the non-recommended sniffing methods.
| Reporter | ||
Comment 4•15 years ago
|
||
Not gonna do this.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 5•15 years ago
|
||
(For more rationale here, see bug 527886 comment 25.)
You need to log in
before you can comment on or make changes to this bug.
Description
•