Skip to content

Commit fa09764

Browse files
tech-debt: Trust user certificates in debug builds (#7108)
1 parent 6919282 commit fa09764

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/src/debug/res/xml/network_security_config.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
<domain includeSubdomains="true">bitwarden.eu</domain>
2020
<domain includeSubdomains="true">bitwarden.pw</domain>
2121
<trust-anchors>
22-
<!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
22+
<!-- Trust pre-installed CAs for Bitwarden domains and all subdomains -->
2323
<certificates src="system" />
24+
25+
<!-- Additionally trust user added CAs -->
26+
<certificates src="user" />
2427
</trust-anchors>
2528
</domain-config>
2629

0 commit comments

Comments
 (0)