Closed
Bug 1092886
Opened 10 years ago
Closed 10 years ago
Bogus HTTP_ACCEPT_LANGUAGE header sent
Categories
(Firefox for Android Graveyard :: Locale switching and selection, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1091803
People
(Reporter: markus.popp, Unassigned)
Details
On my Nexus 5, Firefox for Android (en-us) sends the following HTTP_ACCEPT_LANGUAGE header:
chrome://global/locale/intl.properties,en-us;q=0.7,en;q=0.3
This should simply be:
en-us;q=0.7,en;q=0.3
... of course. This bug may break code to recognize the correct language that should be displayed to the user (as happens on my site db4free.net where I now get Spanish rather than English).
This occurs in Firefox 35.0 and 36.0. Firefox 34.0 and earlier are fine.
Comment 1•10 years ago
|
||
Fixed recently, to be uplifted to 35 shortly.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 2•10 years ago
|
||
Indeed, this should be fixed in Monday morning's Nightly (i.e., in about 10 hours); if you could upgrade to that Nightly and test again, it would be much appreciated.
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•