mirror of https://github.com/stenzek/duckstation
Android: Enable plaintext HTTP for i.retroachievements.org
Android doesn't like its TLS configuration.pull/1797/head
parent
6bced299f4
commit
0f1dc93eaa
@ -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>
|
Loading…
Reference in New Issue