]> git.p6c8.net - policy-templates.git/commitdiff
Add security.tls.enable_0rtt_data to Preferences policy
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 8 Oct 2021 20:52:18 +0000 (15:52 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 8 Oct 2021 20:52:18 +0000 (15:52 -0500)
README.md

index bd3f58af638105527993c82ccddd857dd79d726b..d55c5b499b0db00939688a930ece04bd13bce726 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4196,10 +4196,12 @@ as well as the following security preferences:
 | &nbsp;&nbsp;&nbsp;&nbsp;If true, client certificates are loaded from the operating system certificate store.
 | security.ssl.errorReporting.enabled | boolean | true
 | &nbsp;&nbsp;&nbsp;&nbsp;If false, SSL errors cannot be sent to Mozilla.
+| security.tls.enable_0rtt_data | boolean | true
+| &nbsp;&nbsp;&nbsp;&nbsp;If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
 | security.tls.hello_downgrade_check | boolean | true
 | &nbsp;&nbsp;&nbsp;&nbsp;If false, the TLS 1.3 downgrade check is disabled.
 | security.tls.version.enable-deprecated | boolean | false
-| &nbsp;&nbsp;&nbsp;&nbsp;If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8)
+| &nbsp;&nbsp;&nbsp;&nbsp;If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
 | security.warn_submit_secure_to_insecure | boolean | true
 | &nbsp;&nbsp;&nbsp;&nbsp;If false, no warning is shown when submitting s form from https to http.
 &nbsp;

patrick-canterino.de