From 1c27b621486c5bd96802b8e7297586bcceea3c50 Mon Sep 17 00:00:00 2001 From: russa Date: Thu, 8 Oct 2020 18:12:59 +0200 Subject: [PATCH] added configuration for allowing http (cleartext) requests on Android 7 and later (sdk >= 24) --- test/e2e-app-template/config.xml | 4 ++++ test/e2e-app-template/network_security_config.xml | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 test/e2e-app-template/network_security_config.xml diff --git a/test/e2e-app-template/config.xml b/test/e2e-app-template/config.xml index 92f40b2..8138da6 100644 --- a/test/e2e-app-template/config.xml +++ b/test/e2e-app-template/config.xml @@ -16,6 +16,10 @@ + + + + diff --git a/test/e2e-app-template/network_security_config.xml b/test/e2e-app-template/network_security_config.xml new file mode 100644 index 0000000..d908a81 --- /dev/null +++ b/test/e2e-app-template/network_security_config.xml @@ -0,0 +1,7 @@ + + + + localhost + httpbin.org + +