aboutsummaryrefslogtreecommitdiff
path: root/settings/distribution/policies.json
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-03 18:41:13 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-03 18:41:13 -0500
commit4a107221841a24c56f99bfb44cf8fe5617bad7a4 (patch)
tree8335d703294284104a56b5dc7af7a3791be0bd8d /settings/distribution/policies.json
parentfix script (diff)
downloadlibrewolf-linux-4a107221841a24c56f99bfb44cf8fe5617bad7a4.tar.gz
librewolf-linux-4a107221841a24c56f99bfb44cf8fe5617bad7a4.tar.bz2
librewolf-linux-4a107221841a24c56f99bfb44cf8fe5617bad7a4.zip
Restore Previous settings
Diffstat (limited to 'settings/distribution/policies.json')
-rw-r--r--settings/distribution/policies.json21
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
+ }
+}
bgstack15