mirror of https://github.com/tasks/tasks
Add network security config
* Allow cleartext on Android 9+ * Allow user CAs on Android 7+pull/513/head
parent
fe1d854fd1
commit
c3b5872216
@ -0,0 +1,6 @@
|
||||
<base-config cleartextTrafficPermitted="true">
|
||||
<trust-anchors>
|
||||
<certificates src="system" />
|
||||
<certificates src="user" />
|
||||
</trust-anchors>
|
||||
</base-config>
|
||||
Loading…
Reference in New Issue