mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 15:20:31 +05:30
16 lines
604 B
XML
16 lines
604 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<network-security-config xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Allow clear text traffic -->
|
|
<base-config
|
|
cleartextTrafficPermitted="true"
|
|
tools:ignore="InsecureBaseConfiguration">
|
|
<trust-anchors>
|
|
<!-- Trust preinstalled CAs -->
|
|
<certificates src="system" />
|
|
<!-- Additionally trust user added CAs -->
|
|
<certificates
|
|
src="user"
|
|
tools:ignore="AcceptsUserCertificates" />
|
|
</trust-anchors>
|
|
</base-config>
|
|
</network-security-config> |