From c68e3f66ab6b98cfd45e48f87d138885d1a09f62 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 18 May 2024 10:21:44 +0300 Subject: [PATCH] firefox: attempt to enable http for esr --- etc/firefox/policies/policies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 2596d453..e43858e2 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -374,6 +374,11 @@ "Type": "boolean", "Value": true }, + "network.dns.http3_echconfig.enabled": { + "Status": "locked", + "Type": "boolean", + "Value": true + }, "network.dns.native_https_query": { "Status": "locked", "Type": "boolean", @@ -564,6 +569,12 @@ "Type": "boolean", "Value": true }, + "security.tls.ech.grease_http3": { + "Comment": "Seems to be required for http3. This defaults to true on Nightly 128 and false on 115.11.0esr. However again not allowed to be deployed here for security :()", + "Status": "locked", + "Type": "boolean", + "Value": true + }, "ui.systemUsesDarkTheme": { "Status": "default", "Type": "number",