Allow cleartext communication on 127.0.0.1 (Fixes #98)

This commit is contained in:
Benoit Marty 2019-04-08 15:21:12 +02:00
parent 314771cce2
commit a9b8c57464
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<domain-config cleartextTrafficPermitted="true"> <domain-config cleartextTrafficPermitted="true">
<!-- Localhost --> <!-- Localhost -->
<domain includeSubdomains="true">localhost</domain> <domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">127.0.0.1</domain>
<!-- Localhost for Android emulator --> <!-- Localhost for Android emulator -->
<domain includeSubdomains="true">10.0.2.2</domain> <domain includeSubdomains="true">10.0.2.2</domain>
</domain-config> </domain-config>