Skip to content

Commit

Permalink
Allow cleartext traffic in Network Security Config
Browse files Browse the repository at this point in the history
Fixes #29
  • Loading branch information
niklashigi committed Dec 29, 2020
1 parent b71ae57 commit 6e0ed4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/nsc_mitm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Intentionally lax Network Security Configuration (generated by apk-mitm) -->
<network-security-config>
<base-config>
<!-- Allow cleartext traffic -->
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<!-- Allow user-added (proxy) certificates -->
<certificates src="user" />
Expand Down

0 comments on commit 6e0ed4c

Please sign in to comment.