X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/a7ab6e92737cc521e1c09f6e5374ec1d73cb099f..c727ce4fec7a7716d59439a21270f7b6c765177e:/README.md 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. ```