X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/86dfcc764f5423e4d8274064f857d6c3d7d36ed9..899349bb2c5f3e6905c667b4832c955c6c7c5cb8:/README-new.md diff --git a/README-new.md b/README-new.md index 1c2fb34..7f3adda 100644 --- a/README-new.md +++ b/README-new.md @@ -666,7 +666,29 @@ This policy allows you to add new search engines, remove or hide search engines, } ``` ### SecurityDevices -This policy allows you to add PKCS #11 Modules +A dictionary with the names and locations of PKCS #11 modules to be installed. + +**Compatibility:** Firefox 64, Firefox ESR 60.4\ +**CCK2 Equivalent:** `certs.devices`\ +**Preferences Affected:** N/A + +#### Windows +| Type | Registry Location | Registry Value | +| ---- | ----------------- | -------------- | +| `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE` | `PATH_TO_LIBRARY_FOR_DEVICE` + +#### macOS +``` + + SecurityDevices + + NAME_OF_DEVICE + PATH_TO_LIBRARY_FOR_DEVICE + + +``` + +#### JSON ``` { "policies": { @@ -679,7 +701,7 @@ This policy allows you to add PKCS #11 Modules ### SSLVersionMax A String value that sets and locks the maximum version of TLS -**Compatibility:** Firefox 67, Firefox ESR 60.7\ +**Compatibility:** Firefox 66, Firefox ESR 60.6\ **CCK2 Equivalent:** N/A\ **Preferences Affected:** `security.tls.version.max` @@ -707,7 +729,7 @@ A String value that sets and locks the maximum version of TLS ### SSLVersionMin A String value that sets and locks the minimum version of TLS -**Compatibility:** Firefox 67, Firefox ESR 60.7\ +**Compatibility:** Firefox 66, Firefox ESR 60.6\ **CCK2 Equivalent:** N/A\ **Preferences Affected:** `security.tls.version.min`