firefox: keep warn me on deprecated TLS versions

This commit is contained in:
Vincent Bernat 2020-04-26 08:04:27 +02:00
parent ef01f3212e
commit a16d53e29c

View file

@ -55,3 +55,6 @@ user_pref("gfx.webrender.all", false);
// Disable DoH for now
user_pref("network.trr.mode", 5);
// Keep warn me on deprecated TLS versions
user_pref("security.tls.version.enable-deprecated", false);