Skip to content

Commit 1a4121a

Browse files
committed
Increase observatory deployment 45% -> 65%
1 parent d0c4e72 commit 1a4121a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Disable: Adtech.de, AllthingsD American Public Media, Dafont, MediaFire,
1111
Verizon, vk.com
1212
* Observatory-only translations into Hebrew and Croatian
13+
* Offer the SSL Observatory popup to a larger cohort of users
1314

1415
4.0development.3 (2012-12-3)
1516
* Hacky solution to a very nasty bug in which <securecookie> directives

src/components/https-everywhere.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const WHERE_TRUSTED = 2;
9999
const ANYWHERE = 3;
100100

101101
const N_COHORTS = 1000; // For now 450 / 1000 stable non-Tor users get the popup
102-
const OBS_COHORTS = 450; // asking them if they'd like to turn on the
102+
const OBS_COHORTS = 650; // asking them if they'd like to turn on the
103103
// Decentralized SSL Observatory
104104

105105
const DUMMY_OBJ = {};

0 commit comments

Comments
 (0)