]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Backout policies that are 64 only
[policy-templates.git] / README.md
index 875bda092c51e90a7f2915c53db0cb7076d3e46a..08f5816c0af0bcd2f4fa62833f11f32ce6f8e12d 100644 (file)
--- 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.
 ```
@@ -506,15 +519,6 @@ To specify ports, append them to the hostnames with a colon (:). If Locked is se
   }
 }
 ```
-### RequestedLocales
-This policy sets the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
-```
-{
-  "policies": {
-    "RequestedLocales": ["de", "en-US"]
-  }
-}
-```
 ### SanitizeOnShutdown
 If this policy is set to true,  all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
 ```
@@ -569,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"
-    ]
-  }
-}
-```

patrick-canterino.de