Closed
Bug 1481946
Opened 6 years ago
Closed 3 years ago
[Search Engine policies] Changes performed inside the URLTemplate are not applied
Categories
(Firefox :: Enterprise Policies, defect, P5)
Tracking
()
VERIFIED
FIXED
96 Branch
People
(Reporter: emilghitta, Assigned: mkaply)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr91+
|
Details | Review |
[Affected versions]:
Firefox 63.0a1 (BuildId:20180808100114).
Firefox 62.0b15 (BuildId:20180806191531).
[Affected platforms]:
Windows 10 64bit.
[Preconditions]
Add the following information inside the JSON:
{
"policies": {
"SearchEngines": {
"Add": [
{
"Name": "MozSearcsahe",
"URLTemplate": "https://www.youtube.com"
}
],
"Default": "MozSearcsahe"
}
}
}
[Steps to reproduce]:
1. Launch Firefox.
2. Search for something inside the URL bar.
3. Modify the JSON and add the https://www.example.com inside the URLTemplate field.
4. Restart Firefox.
5. Search for something inside the URL bar again.
[Expected result]:
The https://www.example.com is displayed.
[Actual result]:
The https://www.youtube.com is displayed.
Comment 1•6 years ago
|
||
We could fix this with workarounds on the policies code level, but my preferred solution for this is bug 1445134
Priority: -- → P5
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Pushed by mozilla@kaply.com:
https://hg.mozilla.org/integration/autoland/rev/8a189dfd7054
Allow policy search engines to be updated. r=Standard8
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9250182 [details]
Bug 1481946 - Allow policy search engines to be updated. r?Standard8!
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Policy only, search policy is ESR only anyway.
- User impact if declined: Search engine policy changes don't propagate
- Fix Landed on Version: 96
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Automated test, policy only.
Attachment #9250182 -
Flags: approval-mozilla-esr91?
Comment 6•3 years ago
|
||
Comment on attachment 9250182 [details]
Bug 1481946 - Allow policy search engines to be updated. r?Standard8!
Approved for 91.5esr.
Attachment #9250182 -
Flags: approval-mozilla-esr91? → approval-mozilla-esr91+
Comment 7•3 years ago
|
||
bugherder uplift |
status-firefox-esr91:
--- → fixed
Updated•3 years ago
|
QA Whiteboard: [qa-triaged]
Flags: qe-verify+
Reporter | ||
Comment 8•3 years ago
|
||
This issue is verified fixed using Firefox 91.5.0esr (BuildId:20220105212146) on Windows 10 64bit.
The updates made inside the JSON file (while Firefox is running) are successfully applied after a browser restart.
(Note: Hence this is an ESR only policy, the status for 96 can't transition to verified).
You need to log in
before you can comment on or make changes to this bug.
Description
•