We should ship the same default bridges on mobile and desktop. That helps keeping track of bridges we need to monitor and helps debugging problems with default bridges in general.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
Less important, but I pushed a branch that adds a comment at the top of bridge_prefs.js reminding us about keeping these bridges synchronized with the Android list.
It's in my tor-browser-build repo, branch bug30635_00.
Let's omit snowflake for now. We post-process the bridges list on desktop in a way that only the bridges get bundles that are actually available on the platform/in the series, which is e.g. omitting snowflake when it is not supported. We should not add it unconditionally now to mobile.
We don't provide a UI on Android for snowflake, so selecting it shouldn't be possible (and tor-android-service doesn't know how to handle it), but I pushed a new branch without the snowflake line: bug30635_01.
We don't provide a UI on Android for snowflake, so selecting it shouldn't be possible (and tor-android-service doesn't know how to handle it), but I pushed a new branch without the snowflake line: bug30635_01.
Yes, but I want to push the fix directly to stable and we should therefore keep the changes to the minimum necessary. For instance, we need to keep the meek line as it is in mobile right now as the underlying code is expecting meek_lite or does not use meek at all otherwise if meek-azure is selected (see: TOPL's TorConfigBuilder.java for why that's the case).
We don't provide a UI on Android for snowflake, so selecting it shouldn't be possible (and tor-android-service doesn't know how to handle it), but I pushed a new branch without the snowflake line: bug30635_01.
Yes, but I want to push the fix directly to stable and we should therefore keep the changes to the minimum necessary. For instance, we need to keep the meek line as it is in mobile right now as the underlying code is expecting meek_lite or does not use meek at all otherwise if meek-azure is selected (see: TOPL's TorConfigBuilder.java for why that's the case).
Right, sorry for not being more careful about changing the meek line. I pushed branch bug30635_02 with meek_lite (and now the line doesn't change in this patch).
Trac: Status: needs_revision to needs_review Keywords: GeorgKoppen201905 deleted, GeorgKoppen201905R added
Looks good now. I merged your patch to tor-android-service's master (commit d9b049c8cee225b4e7bb6f0191093f543d0f9f65) and bumped the commit on the respective tor-browser-build branches (commit 68bfb37ac2643945268e124942540d40bb014869 on master and commit 8fe019d3f4cb27d549727b6754e4ffb38fafbe1f on maint-8.5).
Trac: Status: needs_review to closed Resolution: N/Ato fixed