From aadf6d441a498ac9866c395d29a1da4df1a62fe9 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 17 Jul 2022 13:10:02 +0200 Subject: [PATCH] trust user cas --- app/src/main/AndroidManifest.xml | 4 ---- app/src/main/res/xml/network_security_config.xml | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8ed717cba..44a9db690 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,10 +21,6 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Purple"> - diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml index dca93c079..09c787419 100644 --- a/app/src/main/res/xml/network_security_config.xml +++ b/app/src/main/res/xml/network_security_config.xml @@ -1,4 +1,15 @@ - - + + + + + + + + + + \ No newline at end of file