Android: Enable plaintext HTTP for i.retroachievements.org

Android doesn't like its TLS configuration.
This commit is contained in:
Connor McLaughlin
2021-03-13 21:13:07 +10:00
parent 6bced299f4
commit 0f1dc93eaa
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">i.retroachievements.org</domain>
</domain-config>
</network-security-config>