Skip to content

Commit 53e69a1

Browse files
committed
Postpone the full Observatory fire-hose until we're ready
1 parent 737c9de commit 53e69a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/https-everywhere.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,9 @@ HTTPSEverywhere.prototype = {
508508
if (result) that.log(INFO, "Got positive proxy test.");
509509
else that.log(INFO, "Got negative proxy text.");
510510
// We are now ready to show the popup in its most informative state
511-
that.chrome_opener("chrome://https-everywhere/content/observatory-popup.xul");
511+
// (actually for temporary scalability reasons let's only show it if
512+
// the user has Tor available too...)
513+
if (result) that.chrome_opener("chrome://https-everywhere/content/observatory-popup.xul");
512514
};
513515
if (!shown && !enabled)
514516
ssl_observatory.registerProxyTestNotification(obs_popup_callback);

0 commit comments

Comments
 (0)