diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-14 01:39:52 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-14 01:39:52 -0500 |
commit | f8dbf286e96fd5d245f725e8204bcbfe647ab98b (patch) | |
tree | 6ee2b198b1d846ba18ac0d33b614afede5951df5 | |
parent | Implement Flatpak build (diff) | |
download | librewolf-linux-f8dbf286e96fd5d245f725e8204bcbfe647ab98b.tar.gz librewolf-linux-f8dbf286e96fd5d245f725e8204bcbfe647ab98b.tar.bz2 librewolf-linux-f8dbf286e96fd5d245f725e8204bcbfe647ab98b.zip |
Add DNSOverHTTPS settings
-rw-r--r-- | settings/distribution/policies.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json index c9fa8a7..0a7f0f4 100644 --- a/settings/distribution/policies.json +++ b/settings/distribution/policies.json @@ -4,7 +4,6 @@ "policies": { "AppUpdateURL": "", - "DisableAppUpdate": true, "OverridePostUpdatePage": "", "DisableSystemAddonUpdate": true, @@ -17,7 +16,11 @@ "DisablePocket": true, "DisableSetDesktopBackground": false, "DisableDeveloperTools": false, - + "DNSOverHTTPS": { + "Enabled": true, + "ProviderURL": "9.9.9.9", + "Locked": false + }, "Bookmarks": [ { |