f50e6e00ce
this commit is just to make policies equal and independent on various android versions. support for http might be removed in the future across all versions.
9 lines
292 B
XML
9 lines
292 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<network-security-config>
|
|
<base-config cleartextTrafficPermitted="true">
|
|
<trust-anchors>
|
|
<certificates src="system" />
|
|
<certificates src="user" />
|
|
</trust-anchors>
|
|
</base-config>
|
|
</network-security-config> |