mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-05 12:33:27 +00:00
Merge pull request #17 from MNCHL/MNCHL-patch-18
Create network_security_config.xml
This commit is contained in:
commit
5b5781f928
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="false">
|
||||
<trust-anchors>
|
||||
<!-- Add your trusted certificate authorities here -->
|
||||
</trust-anchors>
|
||||
</base-config>
|
||||
</network-security-config>
|
Loading…
Reference in a new issue