From db1bcfcc6b1d2eeb9b1615b50d7560a140c9890a Mon Sep 17 00:00:00 2001 From: Koen Date: Fri, 31 May 2024 11:25:34 +0200 Subject: [PATCH] Allow user certificates to do full network request proxying. --- app/src/unstable/AndroidManifest.xml | 2 +- app/src/unstable/res/xml/network_security_config.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 app/src/unstable/res/xml/network_security_config.xml diff --git a/app/src/unstable/AndroidManifest.xml b/app/src/unstable/AndroidManifest.xml index 0f4a00b8..8a600a38 100644 --- a/app/src/unstable/AndroidManifest.xml +++ b/app/src/unstable/AndroidManifest.xml @@ -4,7 +4,7 @@ - + diff --git a/app/src/unstable/res/xml/network_security_config.xml b/app/src/unstable/res/xml/network_security_config.xml new file mode 100644 index 00000000..02ecb348 --- /dev/null +++ b/app/src/unstable/res/xml/network_security_config.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file