Closed
Bug 1764612
Opened 3 years ago
Closed 3 years ago
Query params in WebExtension search provider data can result in subtle differences in engine configuration
Categories
(Firefox :: Search, defect, P3)
Firefox
Search
Tracking
()
RESOLVED
DUPLICATE
of bug 1698568
People
(Reporter: jteow, Assigned: jteow)
References
Details
Attachments
(1 obsolete file)
When searchProvider.search_url
contains query params, it's possible for the engine to be added in a way that's different than if the query params were provided in configuration.params.searchUrlGetParams
or searchProvider.search_url_get_params
.
Since the query params are not extracted from the search_url
, other processes that check the EngineURL
for the presence of query params will not realize that params exist since they won't be in the params array. e.g. SearchEngine._getTermsParameterName()
Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Comment on attachment 9272820 [details]
WIP: - Bug 1764612 - Standardize query param parsing in setUrls - r?standard8,mcheang
Revision D143993 was moved to bug 1698568. Setting attachment 9272820 [details] to obsolete.
Attachment #9272820 -
Attachment is obsolete: true
Assignee | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•