mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Allow cleartext communication on 127.0.0.1 (Fixes #98)
This commit is contained in:
parent
314771cce2
commit
a9b8c57464
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue