]> git.ktnx.net Git - mobile-ledger.git/commitdiff
allow user certificates
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 Mar 2024 09:17:48 +0000 (11:17 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 Mar 2024 09:17:48 +0000 (11:17 +0200)
app/src/main/res/xml/network_security_config.xml

index 223e12e8fbcb0f28f1559e621f1ebf197a23dbc2..c1da32275828ef31c0ccca046348a72b5a50e47f 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2024 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
   -->
 
 <network-security-config>
-    <base-config cleartextTrafficPermitted="true" />
+    <base-config cleartextTrafficPermitted="true">
+        <trust-anchors>
+            <certificates src="system" />
+            <certificates src="user" />
+        </trust-anchors>
+    </base-config>
 </network-security-config>
\ No newline at end of file