Add DNSOverHTTPS settings
This commit is contained in:
parent
e04f1370d1
commit
f8dbf286e9
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
"policies": {
|
"policies": {
|
||||||
"AppUpdateURL": "",
|
"AppUpdateURL": "",
|
||||||
|
|
||||||
|
|
||||||
"DisableAppUpdate": true,
|
"DisableAppUpdate": true,
|
||||||
"OverridePostUpdatePage": "",
|
"OverridePostUpdatePage": "",
|
||||||
"DisableSystemAddonUpdate": true,
|
"DisableSystemAddonUpdate": true,
|
||||||
|
|
@ -17,7 +16,11 @@
|
||||||
"DisablePocket": true,
|
"DisablePocket": true,
|
||||||
"DisableSetDesktopBackground": false,
|
"DisableSetDesktopBackground": false,
|
||||||
"DisableDeveloperTools": false,
|
"DisableDeveloperTools": false,
|
||||||
|
"DNSOverHTTPS": {
|
||||||
|
"Enabled": true,
|
||||||
|
"ProviderURL": "9.9.9.9",
|
||||||
|
"Locked": false
|
||||||
|
},
|
||||||
|
|
||||||
"Bookmarks": [
|
"Bookmarks": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue