Skip to content

Commit 173e5e3

Browse files
committed
Observatory offers: 15% -> 45%
1 parent 0d698c0 commit 173e5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/https-everywhere.js

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

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
98+
const N_COHORTS = 1000; // For now 450 / 1000 stable non-Tor users get the popup
99+
const OBS_COHORTS = 450; // asking them if they'd like to turn on the
100100
// Decentralized SSL Observatory
101101

102102
const DUMMY_OBJ = {};

0 commit comments

Comments
 (0)