tech-debt: Trust user certificates in debug builds (#7108)

This commit is contained in:
David Perez
2026-06-26 18:35:54 +00:00
committed by GitHub
parent 691928234f
commit fa097645ab
@@ -19,8 +19,11 @@
<domain includeSubdomains="true">bitwarden.eu</domain>
<domain includeSubdomains="true">bitwarden.pw</domain>
<trust-anchors>
<!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
<!-- Trust pre-installed CAs for Bitwarden domains and all subdomains -->
<certificates src="system" />
<!-- Additionally trust user added CAs -->
<certificates src="user" />
</trust-anchors>
</domain-config>