From deefec6f5aa6507176566353513bdfea774fb335 Mon Sep 17 00:00:00 2001 From: Gabe Rogan Date: Mon, 11 Dec 2023 13:38:13 -0500 Subject: [PATCH] Allow proxies to intercept traffic --- app/src/unstable/AndroidManifest.xml | 2 +- .../res/xml/network_security_config.xml | 17 +++++++++++++++++ 2 files changed, 18 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..84da531b --- /dev/null +++ b/app/src/unstable/res/xml/network_security_config.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file