Update network_security_config.xml

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

@ -2,11 +2,11 @@
<network-security-config>
<!-- Keep HTTPS mandatory for standard network traffic -->
<base-config cleartextTrafficPermitted="false">
</base-config>
<!-- Grant cleartext HTTP permission ONLY for local server loopbacks -->
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">127.0.0.1</domain>
<domain includeSubdomains="true">localhost</domain>
</domain-config>
</base-config>
</network-security-config>

Loading…
Cancel
Save