mirror of
https://github.com/bitwarden/android.git
synced 2026-06-11 17:16:20 -05:00
Compare commits
1 Commits
temp-test
...
accept-use
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b729e32084 |
@@ -21,6 +21,10 @@
|
|||||||
<trust-anchors>
|
<trust-anchors>
|
||||||
<!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
|
<!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
|
||||||
<certificates src="system" />
|
<certificates src="system" />
|
||||||
|
<!-- Additionally trust user added CAs -->
|
||||||
|
<certificates
|
||||||
|
src="user"
|
||||||
|
tools:ignore="AcceptsUserCertificates" />
|
||||||
</trust-anchors>
|
</trust-anchors>
|
||||||
</domain-config>
|
</domain-config>
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,10 @@
|
|||||||
<trust-anchors>
|
<trust-anchors>
|
||||||
<!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
|
<!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
|
||||||
<certificates src="system" />
|
<certificates src="system" />
|
||||||
|
<!-- Additionally trust user added CAs -->
|
||||||
|
<certificates
|
||||||
|
src="user"
|
||||||
|
tools:ignore="AcceptsUserCertificates" />
|
||||||
</trust-anchors>
|
</trust-anchors>
|
||||||
</domain-config>
|
</domain-config>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user