File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,7 @@ const WHERE_UNTRUSTED = 1;
9898const WHERE_TRUSTED = 2 ;
9999const 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
105103const DUMMY_OBJ = { } ;
106104DUMMY_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 ) ;
You can’t perform that action at this time.
0 commit comments