X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/75c29d866880f8307ada801475286f68778afc17..329c5e1f9dda8796286d334e0c98d36ad7423d34:/README.md?ds=sidebyside diff --git a/README.md b/README.md index b160f70..ee137d0 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 @@ -629,4 +630,23 @@ 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"] + } +} + ```