[tor-bugs] #30767 [Applications/Tor Browser]: Custom obfs4 bridge does not work on Tor Browser for Android

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Feb 5 14:38:30 UTC 2020


#30767: Custom obfs4 bridge does not work on Tor Browser for Android
-------------------------------------------------+-------------------------
 Reporter:  gk                                   |          Owner:  sisbell
     Type:  defect                               |         Status:
                                                 |  needs_revision
 Priority:  High                                 |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tbb-parity, tbb-mobile,              |  Actual Points:
  TorBrowserTeam202001R                          |
Parent ID:  #31284                               |         Points:  0.5
 Reviewer:  sysrqb                               |        Sponsor:
                                                 |  Sponsor30-can
-------------------------------------------------+-------------------------
Changes (by sysrqb):

 * status:  needs_review => needs_revision


Comment:

 Replying to [comment:19 sisbell]:
 > I made the following changes:
 > * We no longer filter bridges based on type
 > * Write out UseBridges, only if explicitly set
 >
 > The filter part was supporting a filter feature from orbot that I don't
 think was fully baked since it only supported an either/or meek/obfs
 option. Filtering is a useful option but we should open an issue for that
 and come up with a more general solution. This is a breaking change with
 Orbot.
 >
 >
 https://github.com/sisbell/Tor_Onion_Proxy_Library/commit/d05797385127876889d6d7a8e8fc8cc45d8cccdd

 This patch should unconditionally call `transportPluginObfs()` and
 `transportPluginMeek()` in `configurePluggableTransportsFromSettings()`
 after it checks that the file exists and is executable. We don't care if
 the transport is part of the `supportedBridges` list because they aren't
 related.

 I also mentioned earlier that we can simply combine the
 `transportPlugin*()` methods, and that can output a single line containing
 all of the transports (`ClientTransportPlugin meek_lite,obfs3,obfs4
 exec`).

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30767#comment:24>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list