diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-03 19:37:25 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-03 19:37:25 -0500 |
commit | c726e0b6eaabb0b184b1c4802f9cc26843816642 (patch) | |
tree | bec6c00a7b02d408505f3fe59642824af9c5e82e | |
parent | Simplify local-settings.js (diff) | |
download | librewolf-linux-c726e0b6eaabb0b184b1c4802f9cc26843816642.tar.gz librewolf-linux-c726e0b6eaabb0b184b1c4802f9cc26843816642.tar.bz2 librewolf-linux-c726e0b6eaabb0b184b1c4802f9cc26843816642.zip |
Reorganize policies
-rw-r--r-- | settings/distribution/policies.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json index d705545..e09bf93 100644 --- a/settings/distribution/policies.json +++ b/settings/distribution/policies.json @@ -4,18 +4,20 @@ "DisableAppUpdate": true, "OverridePostUpdatePage": "", - "DisableMasterPasswordCreation": true, - "DisableFeedbackCommands": true, + "DisableSystemAddonUpdate": true, + "DisableFirefoxAccounts": true, + "DisableProfileImport": false, + "DisableMasterPasswordCreation": true, "DisableFirefoxStudies": true, "DisableTelemetry": true, + "DisableFeedbackCommands": true, "DisablePocket": true, - "DisableProfileImport": true, - "DisableSetDesktopBackground": true, - "DisableSystemAddonUpdate": true, + "DisableSetDesktopBackground": false, + "DisableDeveloperTools": true } } |