forked from GitHub-Mirror/riotX-android
Allow cleartext communication on 127.0.0.1 (Fixes #98)
This commit is contained in:
parent
314771cce2
commit
a9b8c57464
@ -8,6 +8,7 @@
|
||||
<domain-config cleartextTrafficPermitted="true">
|
||||
<!-- Localhost -->
|
||||
<domain includeSubdomains="true">localhost</domain>
|
||||
<domain includeSubdomains="true">127.0.0.1</domain>
|
||||
<!-- Localhost for Android emulator -->
|
||||
<domain includeSubdomains="true">10.0.2.2</domain>
|
||||
</domain-config>
|
||||
|
Loading…
Reference in New Issue
Block a user