From 4fb8105b0e8fa65d651da862c33935f1bbff4df8 Mon Sep 17 00:00:00 2001 From: Eric Nguyen <19919208+ericntd@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:45:21 -0400 Subject: [PATCH] Fix network_security_config in README --- README.md | 49 +++++++++++++++++-------------------------------- 1 file changed, 17 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 2dbcee3..b0ded74 100644 --- a/README.md +++ b/README.md @@ -36,37 +36,22 @@ This is a sample app that demonstrates how to use the Proxyman to capture HTTP/H - Add res/xml/network_security_config.xml ```xml - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + ``` - Add to AndroidManifest.xml @@ -106,4 +91,4 @@ This is a sample app that demonstrates how to use the Proxyman to capture HTTP/H ``` 5. Start the app and test it on Proxyman -6. Done \ No newline at end of file +6. Done