From ea10cc08b712093c0fd999dd682df2c5ed5f4c41 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 3 Aug 2024 11:32:33 +0300 Subject: [PATCH] firefox-forbidden-policies.js: remove outdated TODO Firefox ESR either was updated already or I am no longer running it anywhere, so this doesn't need to hang around here --- conf/firefox-forbidden-policies.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index 3d906ce2..a806dd5a 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -121,10 +121,6 @@ lockPref("reader.parse-on-load.force-enabled", true); // Ensure OCSP stapling is enabled, especially if the server has it lockPref("security.ssl.enable_ocsp_must_staple", true); -// TODO: Consider removing this when ESR updates as only it needs this for -// ECH, which is otherwise the default= -lockPref("security.tls.ech.grease_http3", true); - // New sidebar lockPref("sidebar.revamp", true);