[tbb-commits] [Git][tpo/applications/tor-android-service][main] Bug 41111: Use Lyrebird to provide WebTunnel PT Client
richard (@richard)
git at gitlab.torproject.org
Tue May 7 16:17:16 UTC 2024
richard pushed to branch main at The Tor Project / Applications / tor-android-service
Commits:
de1e85a0 by Richard Pospesel at 2024-04-22T19:11:38+00:00
Bug 41111: Use Lyrebird to provide WebTunnel PT Client
Revert "Bug 40800: Add WebTunnel support"
This reverts commit 0438a9a4ce1548be08dd2df891a38987bb313d22.
- - - - -
1 changed file:
- service/src/main/java/org/torproject/android/service/TorService.java
Changes:
=====================================
service/src/main/java/org/torproject/android/service/TorService.java
=====================================
@@ -379,10 +379,8 @@ public final class TorService extends Service implements TorServiceConstants, Or
if(!pluggableTransportSnow.canExecute()) pluggableTransportSnow.setExecutable(true);
File pluggableTransportConjure = new File(nativeDir, "libConjure.so");
if(!pluggableTransportConjure.canExecute()) pluggableTransportConjure.setExecutable(true);
- File pluggableTransportWebtunnel = new File(nativeDir, "libWebtunnel.so");
- if(!pluggableTransportWebtunnel.canExecute()) pluggableTransportWebtunnel.setExecutable(true);
- builder.configurePluggableTransportsFromSettings(pluggableTransportObfs, pluggableTransportSnow, pluggableTransportConjure, pluggableTransportWebtunnel);
+ builder.configurePluggableTransportsFromSettings(pluggableTransportObfs, pluggableTransportSnow, pluggableTransportConjure);
mDataService.updateConfigBuilder(builder);
onionProxyManager.getTorInstaller().updateTorConfigCustom
(builder.asString());
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-android-service/-/commit/de1e85a06479a0032ff63c88478abaa2cfd98022
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-android-service/-/commit/de1e85a06479a0032ff63c88478abaa2cfd98022
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240507/0c4a1e1e/attachment-0001.htm>
More information about the tbb-commits
mailing list