Closed
Bug 1836803
Opened 2 years ago
Closed 2 years ago
Drop the language parameter for Bing search suggestions
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [snt])
Attachments
(1 file)
For the Bing search engine, we are currently using a URL for suggestions that has a language parameter.
Under testing, it looks like the language parameter is no longer used, and Bing is using the Accept-Language header instead.
Documentation of a similar API also suggests that Accept-Language is used: https://learn.microsoft.com/en-us/bing/search-apis/bing-autosuggest/reference/query-parameters
Hence, I want to remove the language parameter from the URL. This will allow us to remove support for the {moz:locale} parameter replacement, however out of an abundance of caution, I want to delay removing support until after the URL change ships. I'll file a follow-up to remove that later.
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [snt]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-738
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c6aac44fd0d6
Drop the language parameter for Bing search suggestions url. r=search-reviewers,jteow
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•