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