X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/d47964ec30a5977097ff600843176ab6b0459302..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. ```