[tor-commits] [snowflake-mobile/master] Allowed HTTP/Unsecured calls over network

cohosh at torproject.org cohosh at torproject.org
Thu Jun 18 14:21:13 UTC 2020


commit 36c5cc1a037df26f278401e3b86311e288870a10
Author: Hashik Donthineni <HashikDonthineni at gmail.com>
Date:   Wed Jun 17 23:12:55 2020 +0530

    Allowed HTTP/Unsecured calls over network
---
 app/src/main/AndroidManifest.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7728955..6b366fb 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -14,7 +14,8 @@
         android:label="@string/app_name"
         android:roundIcon="@mipmap/ic_launcher_round"
         android:supportsRtl="true"
-        android:theme="@style/AppTheme">
+        android:theme="@style/AppTheme"
+        android:usesCleartextTraffic="true">
 
         <service
             android:name="org.torproject.snowflake.MyPersistentService"





More information about the tor-commits mailing list