Skip to content

Commit

Permalink
Fix #191 by trusting user-installed CAs.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaruplaha authored Dec 27, 2024
1 parent d640dcd commit 70ae8d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
<base-config>
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
<debug-overrides>
<trust-anchors>
<certificates src="user" />
</trust-anchors>
</debug-overrides>
</base-config>
</network-security-config>

0 comments on commit 70ae8d7

Please sign in to comment.