From 99d7af4c16c99804c35a4cd06ed48e61e50b4385 Mon Sep 17 00:00:00 2001 From: David Perez Date: Mon, 15 Jan 2024 14:24:57 -0600 Subject: [PATCH] Add network security config (#623) --- app/src/main/AndroidManifest.xml | 6 +++-- .../main/res/xml/network_security_config.xml | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/xml/network_security_config.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5ec4014e5..bb12e899c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ + @@ -17,6 +18,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:localeConfig="@xml/locales_config" + android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/LaunchTheme" @@ -46,9 +48,9 @@ + android:permission="android.permission.BIND_AUTOFILL_SERVICE"> diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 000000000..1e6c599ab --- /dev/null +++ b/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + bitwarden.com + + + + + + +