Created
March 6, 2021 07:03
-
-
Save 4rmx/4268de97486ac7480d6280d5c63deb77 to your computer and use it in GitHub Desktop.
network_security_config of rn-http-fetch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<network-security-config> | |
<domain-config cleartextTrafficPermitted="true"> | |
<domain includeSubdomains="false">localhost</domain> | |
<domain includeSubdomains="false">192.168.0.119</domain> | |
<domain includeSubdomains="false">192.168.0.106</domain> | |
<base-config cleartextTrafficPermitted="true"/> | |
</domain-config> | |
</network-security-config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment