Google search engine ( which was removed via the SearchEngines policy) is automatically re-added after browser restart if restoring the default search engines
Categories
(Firefox :: Enterprise Policies, defect, P5)
Tracking
()
People
(Reporter: emilghitta, Assigned: mkaply)
References
Details
Attachments
(1 file)
Notes
- This is an ESR-only policy (reproducible only in ESR and Nightly builds).
Found in
- 108.0a1
Affected versions
- Firefox 108.0a1
- Firefox 102.4.0esr
Tested platforms
- Affected platforms: Windows 10 64bit, macOS 11 & Ubuntu 22.04
Preconditions
Add the following code inside the policies.json file:
{
"policies": {
"SearchEngines": {
"Remove": ["Google"]
}
}
}
Steps to reproduce
- Steps are similar to Bug 1499095:
- Launch Firefox.
- Access the about:preferences#search page.
- Click the "Restore Default Search Engines" button.
- Restart Firefox.
Expected result
- "Google" search engine is no displayed.
Actual result
- "Google" search engine is displayed
Regression range
- I don't thinks that this is a regression.
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Backed out for causing xpc failures in browser/components/enterprisepolicies/tests/xpcshell/test_policy_search_engine.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/0cebfb9103a56430744c2b7c3dade664b9092a80
TEST-UNEXPECTED-FAIL | browser/components/enterprisepolicies/tests/xpcshell/test_policy_search_engine.js | xpcshell return code: 0
Assignee | ||
Comment 4•2 years ago
|
||
Try run:
https://treeherder.mozilla.org/jobs?repo=try&revision=51a210beb5b7c2421665507aaf53a0b42c90c90b
linting error fixed.
Comment 6•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Updated•2 years ago
|
Reproducible on a 2023-01-25 Nightly build on Ubuntu 22.
Verified as fixed on Nightly 112.0a1(build ID: 20230302045723) on Ubuntu 22, macOS 12, Windows 11.
Google is no longer displayed in the Search Engines list after a browser restart.
Updated•2 years ago
|
Description
•