Update network_security_config.xml

pull/1318/head
error-reporting 1 month ago committed by GitHub
parent 17f1fc8b53
commit ff442db6d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,8 @@
<!-- Grant cleartext HTTP permission ONLY for local server loopbacks -->
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">127.0.0.1</domain>
<domain includeSubdomains="true">[::1]</domain>
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">ip6-localhost</domain>
</domain-config>
</network-security-config>

Loading…
Cancel
Save