We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d698c0 commit 173e5e3Copy full SHA for 173e5e3
src/components/https-everywhere.js
@@ -95,8 +95,8 @@ const WHERE_UNTRUSTED = 1;
95
const WHERE_TRUSTED = 2;
96
const ANYWHERE = 3;
97
98
-const N_COHORTS = 1000; // For now 150 / 1000 stable non-Tor users get the popup
99
-const OBS_COHORTS = 150; // asking them if they'd like to turn on the
+const N_COHORTS = 1000; // For now 450 / 1000 stable non-Tor users get the popup
+const OBS_COHORTS = 450; // asking them if they'd like to turn on the
100
// Decentralized SSL Observatory
101
102
const DUMMY_OBJ = {};
0 commit comments