Skip to content

Commit a997a14

Browse files
committed
Complete SSL Observatory deployment
1 parent 5d97805 commit a997a14

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/components/https-everywhere.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ const WHERE_UNTRUSTED = 1;
9898
const WHERE_TRUSTED = 2;
9999
const ANYWHERE = 3;
100100

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
103-
// Decentralized SSL Observatory
101+
const N_COHORTS = 1000; // For partial feature deployment
104102

105103
const DUMMY_OBJ = {};
106104
DUMMY_OBJ.wrappedJSObject = DUMMY_OBJ;
@@ -522,10 +520,7 @@ HTTPSEverywhere.prototype = {
522520
if (result) that.log(INFO, "Got positive proxy test.");
523521
else that.log(INFO, "Got negative proxy text.");
524522
// We are now ready to show the popup in its most informative state
525-
// (actually for temporary scalability reasons let's only show it if
526-
// the user has Tor available too, or is in a small cohort...)
527-
if (result || cohort < OBS_COHORTS)
528-
that.chrome_opener("chrome://https-everywhere/content/observatory-popup.xul");
523+
that.chrome_opener("chrome://https-everywhere/content/observatory-popup.xul");
529524
};
530525
if (!shown && !enabled)
531526
ssl_observatory.registerProxyTestNotification(obs_popup_callback);

0 commit comments

Comments
 (0)