[tbb-bugs] #30166 [Applications/Tor Browser]: If custom bridges are specified, only use those bridges for connecting
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon May 13 17:07:30 UTC 2019
#30166: If custom bridges are specified, only use those bridges for connecting
-------------------------------------------------+-------------------------
Reporter: gk | Owner: tbb-
| team
Type: defect | Status:
| needs_revision
Priority: High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-mobile, tbb-8.5-must, | Actual Points:
TorBrowserTeam201905 |
Parent ID: #27609 | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by gk):
Oh, and it just came to my mind that we'll probably have a snowflake
transport in Tor Browser for Android, soon (at least in the alpha). Thus,
{{{
+ byte bridgeType = (byte) (userDefinedBridgeList.length() > 5 ? 1
: 0);
}}}
might not work as expected anymore then. I guess we take the length of
"snowflake" into account until we've redone the bridges list part.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30166#comment:18>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list