mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
allow cleartextTrafficPermitted for base config
This commit is contained in:
parent
e280f585cf
commit
66e8d955d9
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue