Skip to content

Commit

Permalink
fixup! TMP: Add network security config
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Sep 9, 2024
1 parent 84aa2d0 commit 7566f79
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions android-config/network_security_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">10.0.2.2</domain>
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">192.168.178.58
<trust-anchors>
<certificates src="@raw/my_ca"/>
</trust-anchors>
</domain>
<domain includeSubdomains="true">192.168.178.58</domain>
</domain-config>
</network-security-config>

0 comments on commit 7566f79

Please sign in to comment.