forked from Mirroring/Kore
Added support for user certs (#714)
To support connecting to Kodi over SSL using self-signed certificates we need to allow this explicitly for Android versions 6 and higher.master
parent
33043396b8
commit
e92722375c
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config>
|
||||
<trust-anchors>
|
||||
<certificates src="user" />
|
||||
</trust-anchors>
|
||||
</base-config>
|
||||
</network-security-config>
|
Loading…
Reference in New Issue