]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Add policy for reading windows certs. Fixes #29
[policy-templates.git] / README.md
index 867fb97055c238d993b3bbd55a65b0d9b1bcfa4c..07e144a46e542f6c3c95a1705ca00b01cc84ee32 100644 (file)
--- a/README.md
+++ b/README.md
@@ -66,6 +66,17 @@ This policy removes the "Set As Desktop Background..." menuitem when right click
   }
 }
 ```
+### Certificates
+This is a Windows only policy that tells Firefox to read certificates from the Windows certificate store.
+```
+{
+  "policies": {
+    "Certificates": {
+      "ImportEnterpriseRoots": [true|false]
+    }
+  }
+}
+```
 ### CreateMasterPassword
 This policy removes the master password functionality.
 ```

patrick-canterino.de