mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
firefox: keep warn me on deprecated TLS versions
This commit is contained in:
parent
ef01f3212e
commit
a16d53e29c
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue