session-android/res/xml/network_security_configuration.xml

9 lines
446 B
XML
Raw Normal View History

2019-08-06 01:55:46 +00:00
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">imaginary.stream</domain>
<domain includeSubdomains="true">storage.seed1.loki.network</domain>
<domain includeSubdomains="true">storage.seed2.loki.network</domain>
2019-10-28 02:47:47 +00:00
<domain includeSubdomains="true">127.0.0.1</domain>
2019-08-06 01:55:46 +00:00
</domain-config>
</network-security-config>