Skip to content

Commit 252f07a

Browse files
committed
Increase Observatory offers in stable: 5% -> 15%
1 parent cc42d3a commit 252f07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/https-everywhere.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ const WHERE_UNTRUSTED = 1;
9595
const WHERE_TRUSTED = 2;
9696
const ANYWHERE = 3;
9797

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
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
100+
// Decentralized SSL Observatory
101101

102102
const DUMMY_OBJ = {};
103103
DUMMY_OBJ.wrappedJSObject = DUMMY_OBJ;

0 commit comments

Comments
 (0)