From: Michael Kaply Date: Fri, 28 Sep 2018 15:32:43 +0000 (-0500) Subject: Update README.md X-Git-Tag: v1.3~11 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/411a9f9bdd79fa11758df45b9b93f6b70bde39cc?ds=inline Update README.md --- diff --git a/README.md b/README.md index ead3f02..f54ef53 100644 --- 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 } } }