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