We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6919282 commit fa09764Copy full SHA for fa09764
1 file changed
app/src/debug/res/xml/network_security_config.xml
@@ -19,8 +19,11 @@
19
<domain includeSubdomains="true">bitwarden.eu</domain>
20
<domain includeSubdomains="true">bitwarden.pw</domain>
21
<trust-anchors>
22
- <!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
+ <!-- Trust pre-installed CAs for Bitwarden domains and all subdomains -->
23
<certificates src="system" />
24
+
25
+ <!-- Additionally trust user added CAs -->
26
+ <certificates src="user" />
27
</trust-anchors>
28
</domain-config>
29
0 commit comments