]> git.p6c8.net - policy-templates.git/commitdiff
Update README.md
authorMichael Kaply <consulting@kaply.com>
Fri, 28 Sep 2018 15:32:43 +0000 (10:32 -0500)
committerGitHub <noreply@github.com>
Fri, 28 Sep 2018 15:32:43 +0000 (10:32 -0500)
README.md

index ead3f02b074746d6411c786f8a65e195582d7226..f54ef532d4a20d57ea9a04fcd3a509ca11d16152 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,12 +79,12 @@ This policy removes the "Set As Desktop Background..." menuitem when right click
 }
 ```
 ### Certificates
-If this Windows only policy is set to true, Firefox reads certificates from the Windows certificate store.
+If this policy is set to any value, Firefox reads certificates from the system certificate store. This is currently only supported on Windows, but will be available on macOS with Firefox 63.
 ```
 {
   "policies": {
     "Certificates": {
-      "ImportEnterpriseRoots": [true|false]
+      "ImportEnterpriseRoots": true
     }
   }
 }

patrick-canterino.de