aboutsummaryrefslogtreecommitdiff
path: root/settings/distribution
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-30 22:26:46 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-30 22:26:46 -0500
commit284d439588aa0f606852dfde599d4f2ce4417a77 (patch)
tree30144a1d669ca89d549de9b288ec973596055f3b /settings/distribution
parenta list of policies to implement into settings (WIP) (diff)
downloadlibrewolf-linux-284d439588aa0f606852dfde599d4f2ce4417a77.tar.gz
librewolf-linux-284d439588aa0f606852dfde599d4f2ce4417a77.tar.bz2
librewolf-linux-284d439588aa0f606852dfde599d4f2ce4417a77.zip
Remove policies.json as it is being merged into librewolf.cfg
Diffstat (limited to 'settings/distribution')
-rw-r--r--settings/distribution/policies.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json
deleted file mode 100644
index d705545..0000000
--- a/settings/distribution/policies.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "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