Skip to content

Commit 497bcee

Browse files
committed
DB-2439: switch off corroborator and temporary downgrade TLS to 1
1 parent 1a32dd3 commit 497bcee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mozilla-release/browser/app/profile/firefox.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,8 @@ pref("identity.fxaccounts.service.sendLoginUrl", "https://send.firefox.com/login
19541954
pref("identity.fxaccounts.service.monitorLoginUrl", "https://monitor.firefox.com/");
19551955

19561956
// Check bundled omni JARs for corruption.
1957-
pref("corroborator.enabled", true);
1957+
// CLIQZ-SPECIAL: don't use yet, must be carefully checked first
1958+
pref("corroborator.enabled", false);
19581959

19591960
// Toolbox preferences
19601961
pref("devtools.toolbox.footer.height", 250);

mozilla-release/modules/libpref/init/all.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// improves readability, particular for conditional blocks that exceed a single
2020
// screen.
2121

22-
pref("security.tls.version.min", 3);
22+
// CLIQZ-SPECIAL: temporary use version 1
23+
pref("security.tls.version.min", 1);
2324
pref("security.tls.version.max", 4);
2425
pref("security.tls.version.enable-deprecated", false);
2526
pref("security.tls.version.fallback-limit", 4);

0 commit comments

Comments
 (0)