}
}
```
+### 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.
```
<string id="Permissions_group">Permissions</string>
<string id="Authentication_group">Authentication</string>
<string id="Bookmarks_group">Bookmarks</string>
+ <string id="Certificates_group">Certificates</string>
<string id="Popups_group">Popups</string>
<string id="Cookies_group">Cookies</string>
<string id="Addons_group">Addons</string>
<string id="BlockAboutSupport_Explain">Blocks access to the about:support page.</string>
<string id="BlockSetDesktopBackground">Block Set Desktop Background</string>
<string id="BlockSetDesktopBackground_Explain">Prevents usage of the "Set Image as Desktop Background" feature.</string>
+ <string id="Certificates_ImportEnterpriseRoots">Import Enterprise Roots</string>
+ <string id="Certificates_ImportEnterpriseRoots_Explain">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.</string>
<string id="CreateMasterPassword">Create Master Password</string>
<string id="CreateMasterPassword_Explain">If false, removes access to create a master password.</string>
<string id="DisableAppUpdate">Disable Update</string>
<category displayName="$(string.Authentication_group)" name="Authentication">
<parentCategory ref="firefox"/>
</category>
+ <category displayName="$(string.Certificates_group)" name="Certificates">
+ <parentCategory ref="firefox"/>
+ </category>
</categories>
<policies>
<policy name="Authentication_SPNEGO" class="Both" displayName="$(string.Authentication_SPNEGO)" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" explainText="$(string.Authentication_SPNEGO_Explain)" presentation="$(presentation.Authentication)">
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="Certificates_ImportEnterpriseRoots" class="Both" displayName="$(string.Certificates_ImportEnterpriseRoots)" explainText="$(string.Certificates_ImportEnterpriseRoots_Explain)" key="Software\Policies\Mozilla\Firefox\Certificates" valueName="ImportEnterpriseRoots">
+ <parentCategory ref="Certificates"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="CreateMasterPassword" class="Both" displayName="$(string.CreateMasterPassword)" explainText="$(string.CreateMasterPassword_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="CreateMasterPassword">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>