[PM-17119] Add domains to network config (#4568)

This commit is contained in:
Álison Fernandes
2025-01-15 16:54:20 +00:00
committed by GitHub
parent 21597ba746
commit c1bb58cf17

View File

@@ -16,8 +16,10 @@
<domain-config cleartextTrafficPermitted="false">
<domain includeSubdomains="true">bitwarden.com</domain>
<domain includeSubdomains="true">bitwarden.eu</domain>
<domain includeSubdomains="true">bitwarden.pw</domain>
<trust-anchors>
<!-- Only trust pre-installed CAs for bitwarden.com and all subdomains -->
<!-- Only trust pre-installed CAs for Bitwarden domains and all subdomains -->
<certificates src="system" />
</trust-anchors>
</domain-config>