mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
allow cleartextTrafficPermitted for base config
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<network-security-config>
|
<network-security-config>
|
||||||
<base-config cleartextTrafficPermitted="false">
|
<base-config>
|
||||||
<trust-anchors>
|
<trust-anchors>
|
||||||
<!-- Trust pre-installed CAs -->
|
<!-- Trust pre-installed CAs -->
|
||||||
<certificates src="system" />
|
<certificates src="system" />
|
||||||
@@ -10,8 +10,7 @@
|
|||||||
<domain-config cleartextTrafficPermitted="false">
|
<domain-config cleartextTrafficPermitted="false">
|
||||||
<domain includeSubdomains="true">bitwarden.com</domain>
|
<domain includeSubdomains="true">bitwarden.com</domain>
|
||||||
<trust-anchors>
|
<trust-anchors>
|
||||||
<!-- Only trust pre-installed CAs for
|
<!-- Only trust pre-installed CAs for Bitwarden.com and all subdomains -->
|
||||||
Bitwarden.com and all subdomains -->
|
|
||||||
<certificates src="system" />
|
<certificates src="system" />
|
||||||
</trust-anchors>
|
</trust-anchors>
|
||||||
</domain-config>
|
</domain-config>
|
||||||
|
|||||||
Reference in New Issue
Block a user