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
This commit is contained in:
Aminda Suomalainen 2024-08-03 11:32:33 +03:00
parent 4678441fe4
commit ea10cc08b7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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);