X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/a31330d95f5f89e3b010648001f69dc5729f6d5b..a10cf5f4bc71db2897cdb7265c11d2136354630e:/README.md diff --git a/README.md b/README.md index 13da975..21ef1ad 100644 --- a/README.md +++ b/README.md @@ -98,15 +98,15 @@ same folder name are grouped together. ### Certificates This policy can be used to install certificates or to read certificates from the system certificate store on Mac and Windows. Certificates can be located in the following locations: - Windows - - %USERPROFILE%\AppData\Local\Mozilla\Certificates - - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates -* macOS - - /Library/Application Support/Mozilla/Certificates - - ~/Library/Application Support/Mozilla/Certificates -* Linux - - /usr/lib/mozilla/certificates - - /usr/lib64/mozilla/certificates - - ~/.mozilla/certificates + - %USERPROFILE%\AppData\Local\Mozilla\Certificates + - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates +- macOS + - /Library/Application Support/Mozilla/Certificates + - ~/Library/Application Support/Mozilla/Certificates +- Linux + - /usr/lib/mozilla/certificates + - /usr/lib64/mozilla/certificates + - ~/.mozilla/certificates In Firefox 65, you can specify a fully qualified path. @@ -286,7 +286,7 @@ This policy disables the Refresh Firefox button on about:support and support.moz } ``` ### DisableSafeMode -This policy disables safe mode on Windows only. +This policy disables safe mode on Windows and macOS only. ``` { "policies": { @@ -358,9 +358,11 @@ This policy affects tracking protection. If this policy is not configured, tracking protection is not enabled by default in the browser, but it is enabled by default in private browsing and the user can change it. -If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing. +If Value is set to false, tracking protection is disabled and locked in both the regular browser and private browsing. -If Value is set to true, tracking protection is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it. +If Value is set to true, tracking protection is enabled by default in both the regular browser and private browsing. + +You can choose to set the Locked value if you want to prevent the user from changing it. ``` { "policies": { @@ -610,9 +612,9 @@ This policy allows you to add PKCS #11 Modules ``` { "policies": { - "SecurityDevices": [ + "SecurityDevices": { "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE" - ] + } } } ```