From: Michael Kaply Date: Thu, 11 Oct 2018 18:34:50 +0000 (-0500) Subject: DNSOverHTTPS policy X-Git-Tag: v1.3~4^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/ddd76f57837fd1a4945bf39edf3a9532745036f9?ds=sidebyside;hp=6c3965a65439824797ba16b8f1328c7690194f40 DNSOverHTTPS policy --- diff --git a/README.md b/README.md index 875bda0..439b0c4 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,19 @@ This policy controls various settings related to cookies. } } ``` +### DNSOverHTTPS +This policy configures DNS over HTTPS. +``` +{ + "policies": { + "DNSOverHTTPS": { + "Enabled": [true|false], + "ProviderURL": "URL_TO_ALTERNATE_PROVIDER", + "Locked": [true|false] + } + } +} +``` ### DisableSetDesktopBackground This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image. ```