firefox: don't warn on deprecated TLS versions

This commit is contained in:
Vincent Bernat 2020-07-01 23:20:45 +02:00
parent 2813cbec06
commit 995063a5c9

View file

@ -61,6 +61,3 @@ user_pref("network.http.http3.enabled", false);
// Don't use system notifications (awesome is not very good at displaying long notifications) // Don't use system notifications (awesome is not very good at displaying long notifications)
user_pref("alerts.useSystemBackend", false); user_pref("alerts.useSystemBackend", false);
// Keep warn me on deprecated TLS versions
user_pref("security.tls.version.enable-deprecated", false);