From: Michael Kaply Date: Thu, 5 Apr 2018 17:14:30 +0000 (-0500) Subject: Add policy for reading windows certs. Fixes #29 X-Git-Tag: 0.9~25^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/c727ce4fec7a7716d59439a21270f7b6c765177e?ds=sidebyside;hp=a7ab6e92737cc521e1c09f6e5374ec1d73cb099f Add policy for reading windows certs. Fixes #29 --- diff --git a/README.md b/README.md index 867fb97..07e144a 100644 --- 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. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 1738225..ff9c605 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -9,6 +9,7 @@ Permissions Authentication Bookmarks + Certificates Popups Cookies Addons @@ -32,6 +33,10 @@ Blocks access to the about:support page. Block Set Desktop Background Prevents usage of the "Set Image as Desktop Background" feature. + Import Enterprise Roots + If this policy is enabled, Firefox will read certificates from the Windows certificate store. + +If this policy is not configured or disabled, Firefox will not read certificates from the Windows certificate store. Create Master Password If false, removes access to create a master password. Disable Update diff --git a/windows/firefox.admx b/windows/firefox.admx index 351fabd..963487a 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -39,6 +39,9 @@ + + + @@ -112,6 +115,16 @@ + + + + + + + + + +