network security config fixes to allow bgutils to work v2

pull/1312/head
error-reporting 1 month ago committed by GitHub
parent 168f7c3362
commit ed3af63283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<!-- Keep HTTPS mandatory for standard network traffic -->
<base-config cleartextTrafficPermitted="false" />
<base-config
cleartextTrafficPermitted="false">
<!-- 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
cleartextTrafficPermitted="true">
<domain
includeSubdomains="true">127.0.0.1</domain>
<domain
includeSubdomains="true">localhost</domain>
</domain-config>
</network-security-config>
</base-config>
</network-security-config>

Loading…
Cancel
Save