aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings/distribution/policies.json7
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": [
{
bgstack15