From 1a1be57d542885ce365be980e50ba2fc8df0a6f5 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Sat, 27 Jul 2019 21:51:50 +0200 Subject: [PATCH] [Security] block cleartext traffic (#1420) --- 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 aff78f232..16bbd3bae 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,7 +18,8 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" - android:theme="@style/TuskyTheme"> + android:theme="@style/TuskyTheme" + android:usesCleartextTraffic="false">