X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/75c29d866880f8307ada801475286f68778afc17..560e8c3ca69e6449596b1365c7b1184c7be6f5d8:/README.md diff --git a/README.md b/README.md index b160f70..6e7ef5c 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ For Uninstall and Locked, you specify extension IDs. "Uninstall": ["addon_id@mozilla.org"], "Locked": ["addon_id@mozilla.org"] } + } } ``` ### HardwareAcceleration @@ -630,3 +631,22 @@ This policy allows you to add PKCS #11 Modules } } ``` +### SSLVersionMin +This policy allows you to set the minimum TLS version. +``` +{ + "policies": { + "SSSLVersionMin": ["tls1", "tls1.1", "tls1.2",. "tls1.3"] + } +} + +``` +### SSLVersionMax +This policy allows you to set the maximum TLS version. +``` +{ + "policies": { + "SSSLVersionMax": ["tls1", "tls1.1", "tls1.2",. "tls1.3"] + } +} +```