X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/6c3965a65439824797ba16b8f1328c7690194f40..7ee78829f6179b4540385d8e5352b56be55e31f9:/README.md 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. ```