From c727ce4fec7a7716d59439a21270f7b6c765177e Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Thu, 5 Apr 2018 12:14:30 -0500 Subject: [PATCH] Add policy for reading windows certs. Fixes #29 --- README.md | 11 +++++++++++ windows/en-US/firefox.adml | 5 +++++ windows/firefox.admx | 13 +++++++++++++ 3 files changed, 29 insertions(+) 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 @@ + + + + + + + + + + -- 2.34.1