mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-05 10:33:27 +00:00
Create network_security_config.xml
This commit is contained in:
parent
e9b3762491
commit
14da61a2ec
|
@ -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