fixed dns, appupdate and website filter errors

This commit is contained in:
K Gopal Krishna 2019-07-22 03:23:13 +05:30
parent b28c07e402
commit 788cd61dcf

View file

@ -2,8 +2,7 @@
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md", "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
"policies": { "policies": {
"AppUpdateURL": "", "AppUpdateURL": "https://localhost",
"DisableAppUpdate": true, "DisableAppUpdate": true,
"OverridePostUpdatePage": "", "OverridePostUpdatePage": "",
"DisableSystemAddonUpdate": true, "DisableSystemAddonUpdate": true,
@ -18,7 +17,7 @@
"DisableDeveloperTools": false, "DisableDeveloperTools": false,
"DNSOverHTTPS": { "DNSOverHTTPS": {
"Enabled": true, "Enabled": true,
"ProviderURL": "9.9.9.9", "ProviderURL": "https://dns.quad9.net/dns-query",
"Locked": false "Locked": false
}, },
@ -56,8 +55,8 @@
], ],
"WebsiteFilter": { "WebsiteFilter": {
"Block": [""], "Block": ["https://localhost/*"],
"Exceptions": [""] "Exceptions": ["https://localhost/*"]
}, },
"Extensions": { "Extensions": {