X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/90f3da2b54bf1a68b995b6e842ab9c0f0b4adee2..3ab51c9f75695d0bbc2f71d7e2d9f3dae225a86d:/README.md

diff --git a/README.md b/README.md
index c45aff6..08f5816 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.
 ```
@@ -560,14 +573,3 @@ This policy allows you to add new search engines, remove or hide search engines,
   }
 }
 ```
-### SecurityDevices
-This policy allows you to add PKCS #11 Modules
-```
-{
-  "policies": {
-    "SecurityDevices": [
-      "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
-    ]
-  }
-}
-```