diff options
author | BeatLink <beatlink@protonmail.com> | 2019-06-30 18:46:07 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-06-30 18:46:07 -0500 |
commit | 5f6f260411328ddff0c6c7c3d9f009d384606ac9 (patch) | |
tree | 54122488646645f79db16f492527e96a9a47d807 /settings/distribution | |
parent | fix appimage build (diff) | |
download | librewolf-linux-5f6f260411328ddff0c6c7c3d9f009d384606ac9.tar.gz librewolf-linux-5f6f260411328ddff0c6c7c3d9f009d384606ac9.tar.bz2 librewolf-linux-5f6f260411328ddff0c6c7c3d9f009d384606ac9.zip |
Move settings one level up
Diffstat (limited to 'settings/distribution')
-rw-r--r-- | settings/distribution/policies.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json new file mode 100644 index 0000000..d705545 --- /dev/null +++ b/settings/distribution/policies.json @@ -0,0 +1,21 @@ +{ + "policies": { + "AppUpdateURL": "", + "DisableAppUpdate": true, + "OverridePostUpdatePage": "", + + "DisableMasterPasswordCreation": true, + "DisableFeedbackCommands": true, + "DisableFirefoxAccounts": true, + + "DisableFirefoxStudies": true, + "DisableTelemetry": true, + + "DisablePocket": true, + "DisableProfileImport": true, + "DisableSetDesktopBackground": true, + + "DisableSystemAddonUpdate": true, + "DisableDeveloperTools": true + } +} |