Skip to content

Commit

Permalink
fix: network security configuration with cleartext traffic opt-out
Browse files Browse the repository at this point in the history
  • Loading branch information
CappielloAntonio committed Nov 26, 2023
1 parent e089c5e commit 9fde629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
<debug-overrides>
<debug-overrides cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="user" />
</trust-anchors>
Expand Down

0 comments on commit 9fde629

Please sign in to comment.