Add preferences to new preference policy
Categories
(Firefox :: Enterprise Policies, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | verified |
People
(Reporter: mkaply, Assigned: mkaply)
References
Details
Attachments
(1 file)
I'm going to use one bug to try to collect all the preference requests we have gotten so it's easier to check them in. Here are the first couple.
https://github.com/mozilla/policy-templates/issues/366
gfx.webrender.all
https://github.com/mozilla/policy-templates/issues/338
browser.tabs.warnOnClose
I'll also dupe other bugs to this.
Some of these might get converted to policy in the future, but for now they will be prefs.
Comment 1•6 years ago
|
||
I'd advise against adding a pref for gfx.webrender.all. The feature is not finished yet and the WebRender team has a detailed rollout depending on OS/version/hardware. I don't think it's something that an end user will choose wisely, specially if the person disable it and forget about it, but the feature will progress and continue to be improved.
Assignee | ||
Comment 2•6 years ago
|
||
Can you comment in the Github issue and close if necessary?
Assignee | ||
Comment 3•6 years ago
|
||
Per the DOD STIG (And other places)
security.default_personal_cert
browser.search.update
dom.disable_window_move_resize
dom.disable_window_flip
dom.event.contextmenu.enabled
Comment 4•6 years ago
|
||
Related to https://docs.google.com/document/d/1fT2v8cOKRhCiLSUiqu7slfwL4fg2_MJektVLn58PVvc/edit, it would be nice to have a policy in the 68/ESR window for the following:
dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode (which takes a hostname of an affected webapp)
Assignee | ||
Comment 5•6 years ago
|
||
extensions.getAddons.showPane for turning off the discovering addons pane
Assignee | ||
Comment 6•6 years ago
|
||
browser.cache.disk.enable - see bug 1429183
Assignee | ||
Comment 8•5 years ago
|
||
app.update.auto (versus adding a new policy). this is so people can lock it on.
Assignee | ||
Comment 9•5 years ago
|
||
places.history.enabled
Assignee | ||
Comment 10•5 years ago
|
||
ui.key.menuAccessKeyFocuses - handy if web applications interfere and use alt.
Assignee | ||
Comment 11•5 years ago
|
||
// This is the bundled codec used for video chat in WebRTC
user_pref("media.gmp-gmpopenh264.enabled", false); // (hidden pref)
// disable widevine CDM (Content Decryption Module) [SETUP]
user_pref("media.gmp-widevinecdm.enabled", false);
This would be primarily for environments that don't want outside downloads.
Assignee | ||
Comment 12•5 years ago
|
||
Assignee | ||
Comment 15•5 years ago
|
||
We've had reports that people are disabling telemetry just to prevent the second tab on startup.
So we should add a pref for:
datareporting.policy.dataSubmissionPolicyBypassNotification
Comment 16•5 years ago
|
||
Pushed by mozilla@kaply.com: https://hg.mozilla.org/integration/autoland/rev/91786919a41c Add enterprise requested preferences to policy. r=Dolske
Comment 17•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 19•5 years ago
|
||
This is verified fixed using Firefox 68.0 (BuildId:20190705220548) on Windows 10 64bit (applied via both policies.json and GPO), macOS 10.13.6 and Ubuntu 18.04 64bit.
Description
•