Skip to content

Commit 352aa7f

Browse files
committed
Actually, let's not expand obs deployment just now
This reverts commit daf41fa.
1 parent 7a48a3e commit 352aa7f

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
@@ -98,8 +98,8 @@ const WHERE_UNTRUSTED = 1;
9898
const WHERE_TRUSTED = 2;
9999
const ANYWHERE = 3;
100100

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
101+
const N_COHORTS = 1000; // For now 850 / 1000 stable non-Tor users get the popup
102+
const OBS_COHORTS = 850; // asking them if they'd like to turn on the
103103
// Decentralized SSL Observatory
104104

105105
const DUMMY_OBJ = {};

0 commit comments

Comments
 (0)