Chrome and Safari both happen to send this header-value, with `0.9` instead of `0.5`: ``` -H 'Accept-Language: en-US,en;q=0.9' \ ``` That happens to get the expected result here.
Bug 1998663 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Chrome and Safari both happen to send this header-value, with `0.9` instead of `0.5`: ``` -H 'Accept-Language: en-US,en;q=0.9' \ ``` That gets the expected result here.