Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/src/debug/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Loading