thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
174 stars 97 forks source link

Include ClientTransportPlugin for Custom Bridges #134

Closed sisbell closed 4 years ago

sisbell commented 4 years ago

There's a bug where ClientTransportPlugin is not set for custom bridges. The solution will be to include ClientTransportPlugin when requested by user, independent of whether any bridges are defined.

sisbell commented 4 years ago

Roughly tracks with https://trac.torproject.org/projects/tor/ticket/30767