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.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to