Add signon.* to allowed Preferences policy
Categories
(Firefox :: Enterprise Policies, enhancement, P5)
Tracking
()
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-esr78+
|
Details | Review |
See bug 1663270
We should add signon.* to allowed pref lists.
Assignee | ||
Comment 1•5 years ago
|
||
Also
general.*
Assignee | ||
Comment 2•5 years ago
|
||
toolkit.*
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
Comment on attachment 9180267 [details]
Bug 1664834 - Add signon., general.*Scroll to allowed policy preferences prefixes. r?Gijs!
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Policy related
- User impact if declined: Unable to block a few preferences
- Fix Landed on Version: 83
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just updates the existing pref list.
- String or UUID changes made by this patch:
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Comment on attachment 9180267 [details]
Bug 1664834 - Add signon., general.*Scroll to allowed policy preferences prefixes. r?Gijs!
approved for 78.5
Comment 8•5 years ago
|
||
bugherder uplift |
Comment 9•5 years ago
|
||
This is verified fixed using Firefox 83.0b4 (BuilId:20201025174155) and Firefox esr 78.5 (provided in comment 8) on Windows 10 64bit, macOS 10.15 and Ubuntu 20.04.
The verification was performed by using the following policies.json file content:
{ "policies": { "Preferences":{ "general.autoScroll":{ "Value": 0, "Status": "locked" }, "general.smoothScroll":{ "Value":0, "Status": "locked" }, "signon.backup.enabled":{ "Value":0, "Status":"locked" }, "signon.autofillForms":{ "Value":1, "Status":"locked" } } } }
The specified values and status state is successfully reflected inside Firefox (the prefs are successfully locked and set to either true or false as specified inside the json file)
Description
•