15:00:24 #startmeeting Tor Browser weekly meeting 28 June 2021 15:00:24 Meeting started Mon Jun 28 15:00:24 2021 UTC. The chair is sysrqb. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:24 Useful Commands: #action #agreed #help #info #idea #link #topic. 15:00:29 hello! 15:00:35 Pad: https://pad.riseup.net/p/tor-tbb-keep 15:00:40 hi! 15:00:42 Happy Monday, everyone 15:01:03 o/ 15:01:04 hi 15:01:08 hi! 15:01:39 o/ 15:02:21 hello! 15:04:41 o/ 15:04:42 Over this past week I thought more about the 10.5 release date 15:04:51 and I think we should delay it until next Tuesday 15:05:21 july 6th? 15:05:38 yes 15:05:49 i think releasing in 2 days is too fast 15:06:09 ok 15:06:40 i knew that last week, but I wanted to publish 10.5 so we can move on to the ESR transition 15:07:09 but i became anxious about all of the cahnges we made within the last couple weeks 15:07:25 and only a few people have tested them 15:07:41 agree, this sounds sensible 15:07:46 ok. i just updated the few places we have that info in the notes. It sounds good 15:07:53 +1 15:08:15 i guess it does not matter much for tails 15:08:28 no, they can wait until 78.12, imo 15:08:33 but i bet intigeri likes "a week" more than "2 days" 15:08:36 yeah 15:08:38 yeah 15:08:41 :) 15:08:49 not that it's that much more time, but still 15:08:52 i'll respond to them after this meeting 15:09:01 yep 15:10:37 pospeselr: did you add tor-browser#40477 ? 15:10:51 or was that gaba? 15:11:04 that was gaba I believe 15:11:18 yeah, Craeted 5 days ago by Gaba 15:11:23 yes 15:11:29 i added. this needs discussion in the team 15:11:37 as there is some stuff that needs to be resolved for implementation 15:12:28 okay 15:12:39 should pospeselr start that discussion? 15:12:58 wow that's me 15:13:23 or is that antonela ? 15:13:23 so we want to integrate censorship circumvention into about:torconnect and the quickstart feature 15:13:53 well i guess we can both go, I have some technical shizzle wizzle to discuss, and then we can move over to the design 15:14:24 anyway, I've been investigating/prototyping Friday and today getting the user location *before* bootstrap 15:14:29 sorry, I didn't see that ticket – but I'm subbed now 15:14:42 you have ~10 minutes, so use it wisely :) 15:15:08 and assuming that is a thing we want to do, it looks like it is pretty possible, but a bit tricky 15:15:13 * antonela you are doing great pospeselr 15:15:27 so the boring part, how do we get the user location? easy enough mozilla has a locaiton service with a dead simple API 15:15:33 it's a GET request and they send back json, great 15:16:12 * antonela amazing 15:16:32 um, there's some refactoring that will need to happen to about:torconnect to avoid weird racey conditions and have 1 source fo truth for where we are in the bootstrap process 15:16:33 does it require disabling proxy-bypass-protections? 15:16:35 the other option was asking the user instead of getting the user location, right? 15:16:47 sysrqb: so sort of not really 15:16:50 what happen if the user is connected over a vpn and that prevents _somehow_ tor to connect? 15:17:04 we can temporarily whitelist the mozilla location service, and enable dns 15:17:18 just long enough to make the get request, then we can go and toggle those prefs back 15:17:24 smart 15:17:28 (but obviously that sounds somewhat scary) 15:17:35 i have an alternative idea in mind, but we can discuss those details later 15:17:35 no kidding 15:17:42 getting user location sounds scary 15:17:43 hrmmm 15:18:00 unfortunately, doing this means we will *also* need to toggle off offline mode 15:18:03 the api already have that information 15:18:10 or else you can't make *any* network requests 15:18:14 right 15:18:22 which easy enough to do, but has potential weird side effects 15:18:41 i see two paths here 15:18:47 because taht sends out a notificiation, and who knows what will now be all like 'oh hey we have network lets' query things' only to be blocked because they aren't on the whitelist 15:19:08 so yeah, that's what I have 15:19:19 1) ther user just wants their browser to work, and they don't care if we contact a third-paty service to do it (e.g. bridges.tpo for new bridges) 15:19:25 tldr; automatically getting user location somewhat easy but also tricky 15:19:50 2) the user is concerned about their connection, and they don't want to interact with a third-party service, so they can manually choose their current location 15:19:59 actually wait a sec, we can connect to bridges.tpo before bootstrapping right? 15:20:06 how on earth are we doing that 15:20:11 no we can't 15:20:14 for (1), i am imagining a proxied connection like moat, to MLS (or another service) 15:21:08 GeKo: no? 15:21:14 if this causes too much fear, i'd go one step back and ask anticensorship if actually the best way to provide the best bridge is know user's location so we make sure that we are putting our efforts in the best place 15:21:15 (we can) 15:21:36 could we run a separate process for getting the user location? 15:21:58 boklm: yeah 15:22:02 boklm: also possible 15:22:03 sysrqb: how do we use tor to reach bridges.tpo without having boostrapped first? 15:22:04 i think that would be necessary for (1) 15:22:32 Geki thought it was via meek (but not actually meek, another similar endpoint) 15:22:33 GeKo: doesn't it use another bridge? asuzre something or other? 15:22:37 *GeKo 15:23:15 but i may be confused 15:23:15 let me verify that *still* works 15:23:23 or i 15:23:45 we can get bridges during bootstrap if that is what is meant 15:24:18 yeah ok bridgedb is broken now with offline mode 15:24:24 okay, right, in any case 15:24:25 soo i guess that's a thing we need to fix anyway 15:24:32 pospeselr: oh, nice. 15:24:38 good thing we're not releasing this in two days 15:24:42 i thought you were talking about not doing any bootstrapping but still wanting to reach bridges.tpo 15:24:49 yeah :) 15:24:56 well, at least we know now 15:25:01 GeKo: yeah and we can do that, so long as we are not in offline mode 15:25:18 (which we are until we bootstrap) 15:25:37 GeKo: ah, i see, okay. yes, i think we agree 15:25:51 great 15:25:56 i thought you meant 100% bootstrapped 15:26:02 no :) 15:26:11 okay, great :) 15:26:51 so, in theory at least, this sounds doable? 15:27:02 yeah 15:27:14 espcially now that I *have* to solve the main blocker anyway to fix bridgedb 15:27:14 i think we have some options 15:27:21 yep 15:27:29 listing them and discussing them in a ticket seems a great next steps 15:27:36 a lot of people have opinions about how to do this 15:27:37 so, we've established that we *can* do it, now the q is *should* we do it 15:27:51 (sorry I'm late, am here now) 15:28:38 I think asking the user is a clear and easy option 15:28:58 +1 15:29:02 +1, we should also consider how the userbase will perceive us sniffing their location in the background 15:29:04 so that may be the best place to start, and then we can add automatic discovery next 15:29:31 donuts: yeah. I imagining some users will want a "just make this thing work" button 15:29:50 yeah, and others can do a custom config 15:29:56 yes 15:29:58 which is what we already offer, effectively 15:30:04 btw, this works https://share.riseup.net/#Zyf8yRXb3jGnrROtvaX6Qw 15:30:26 yeah, I was pretty sure I tested that? but maybe not? 15:30:42 huh. pospeselr ^ 15:30:52 unless it's broken in a specific build? 15:31:02 i mean, it makes totally sense 15:31:04 it worsk when you turn offline mode off ;) 15:31:25 right 15:31:28 (I think we may want to revisit that fix for the various updaters) 15:31:47 probably add a new event to observe in tandem with 'no longer offline' rather than using offline mode 15:32:02 and stick it in the relevant places 15:32:15 right right 15:32:23 okay, we can discuss that outside this meeting 15:33:46 ye 15:33:47 Next on the list is our 3-month roadmap: https://gitlab.torproject.org/tpo/applications/team#roadmap-june-2021-september-2021 15:34:41 gaba: began organizing issues for the 91esr transition 15:36:36 is esr roughly planned for end of Q3? 15:36:40 I'm hoping we can move Linux Nightly onto 91 by the end of July 15:36:46 donuts: yes 15:36:53 gotcha 15:37:03 Tor Browser 11.0 is scheduled for release at the beginning of October 15:37:16 but that may slip until beginning of November 15:37:29 we have a little flexibility 15:37:42 sure thing 15:39:22 as part of the next 3-4 months, I want to try reducing the burden of staying in sync with Mozilla for Fenix 15:39:41 there is a lot of stuff in the 10.5. I assume many of those will move into 11.0 15:39:46 https://gitlab.torproject.org/groups/tpo/-/milestones/14 15:40:19 this means staying on Fenix 91 from July until September, and backporting any sec bugs 15:40:45 but continuing staying synchronized with geckoview 15:41:10 gaba: yes 15:41:23 * antonela is donuts part of the tb team in gitlab? 15:41:41 gaba: some of those are related to the ESR transition 15:42:16 possibly not? it's not under my "groups" if that's the same thing :) 15:42:42 i don't see donuts there 15:42:48 i can add after this meeting 15:42:49 he is now 15:42:57 thanks 15:43:17 ty 15:43:28 success 15:44:15 in any case, the three-month Fenix rebase cycle is an experiment 15:44:25 and we can adjust it or abort if it is not saving us time 15:44:29 sysrqb: how do you want to move forward on looking at thte roadmap? the board seems to be reflecting it. the 10.5 milestone will need to be processed once the release is out. 15:47:04 i think we don't need to discuss this more in details 15:47:24 ok 15:47:26 unless someone wants to discuss an item on the roadmap (or misssing from the roadmap) 15:47:50 https://gitlab.torproject.org/groups/tpo/applications/-/boards the board. please filter by your name to see what you have in your plate 15:48:27 I changed some 90esr to 91esr in the roadmap/tickets 15:48:37 thanks 15:48:38 we can move open issues in 10.5 on Friday 15:48:39 (as I think there is no 90esr) 15:49:05 ok 15:50:02 boklm: do you think we can get Linux Nightly based on 91 by the end of next month? 15:50:16 or is that too soon, along with Android work? 15:51:26 I think it's plausible, but will depend on how many issues we find while doing it 15:52:02 yeah 15:52:24 of course I understand we may hit blockers 15:53:08 mostly i'm thinking about you having enough time for moving to Moz91 and updating GeKo's branch for Linux 15:53:16 (from FF87?) 15:53:45 it's not just toolchains, though 15:53:52 those builds are not running anymore 15:53:53 but, hopefully this is enough time for planning that 15:54:53 mainly due to tor-launcher#40004 15:55:13 but who knows what else changed since that 15:55:36 right, i have we have some patches needed, and pospeselr and I can work on those 15:56:01 but I wanted to be know if boklm thought the toolchain work is too much for this timeframe 15:56:15 s/i have we/i know we/ 15:56:21 ah, you only meant toolchain stuff, okay 15:56:33 yeah 15:57:10 btw. i marked an item bold on the pad which might fit here: 15:57:21 do we still plan with a non-esr desktop at some point? 15:57:33 i ask because we have a bunch of toolchain related tickets to that 15:57:51 and we could just close them to not confuse things with esr91 work 15:58:01 i suspect no 15:58:06 and add cruft we don't need if we don't have plans to move away from esr 15:58:11 given the maintenance mode 15:58:20 but i thought some of those would be needed for the esr transition 15:58:26 well, yes 15:58:33 we *could* use them for that 15:58:47 but boklm opened some new ones for the transition in particular 15:59:00 so, i wondered what would be a good way forward here 15:59:21 ah, okay, then we can close the non-esr ones if that is simpler 15:59:36 i don't have a strong preference 16:00:13 boklm: i leave that to you :) 16:00:19 the non-esr issues may have some previous work/history, so that would be beneficial 16:00:35 I think we can close the non-esr ones and link them from the esr ones if there is previous work done there 16:00:39 but yeah, i think whichever issue is best 16:00:51 boklm: yeah, that sounds like a good idea 16:00:59 sgtm 16:01:10 ok, I will do that 16:01:37 GeKo: are we taking time away from network health meeting? 16:01:45 we do 16:01:49 1 minute 16:01:50 but i think it's okay 16:01:52 2 now 16:01:59 do i hear 3? 16:02:02 :) 16:02:05 heh. 16:02:06 (: 16:02:27 okay. the last topic is antonela, but we can move that to #tor-dev 16:02:37 i don't think there is much to discuss 16:02:45 right, gaba said she will do it today 16:02:49 so its good 16:02:52 yeah 16:02:56 thanks gaba 16:03:06 okay, thanks everyone. have a good week 16:03:08 i'll wait for the link to spread the emails 16:03:08 thanks! 16:03:11 thanks! 16:03:13 #endmeeeting 16:03:18 #end-meeting 16:03:23 ay 16:03:26 * sysrqb forgets 16:03:44 o/ 16:03:45 endmeeeting with two ee 16:03:51 #endmeeting