Skip to content
Snippets Groups Projects
Commit eac505b2 authored by Dan Ballard's avatar Dan Ballard Committed by Richard Pospesel
Browse files

fixup! Firefox preference overrides.

bug 40565: lock security.tls.version.enable-deprecated


(cherry picked from commit 2ec04e75)
parent c0a310eb
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,9 @@ pref("security.ssl3.ecdhe_rsa_aes_256_sha", false, locked);
pref("security.ssl3.rsa_aes_128_sha", false, locked);
pref("security.ssl3.rsa_aes_256_sha", false, locked);
// Wrapping a static pref to lock it and prevent changing.
// See tor-browser#40565.
pref("security.tls.version.enable-deprecated", false, locked);
// Misc privacy: Remote
pref("browser.send_pings", false);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment