diff options
author | BeatLink <beatlink@protonmail.com> | 2019-06-30 22:26:46 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-06-30 22:26:46 -0500 |
commit | 284d439588aa0f606852dfde599d4f2ce4417a77 (patch) | |
tree | 30144a1d669ca89d549de9b288ec973596055f3b /settings/distribution/policies.json | |
parent | a list of policies to implement into settings (WIP) (diff) | |
download | librewolf-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/policies.json')
-rw-r--r-- | settings/distribution/policies.json | 21 |
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 - } -} |