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>
|
||||
<base-config cleartextTrafficPermitted="false">
|
||||
<base-config>
|
||||
<trust-anchors>
|
||||
<!-- Trust pre-installed CAs -->
|
||||
<certificates src="system" />
|
||||
|
@ -10,8 +10,7 @@
|
|||
<domain-config cleartextTrafficPermitted="false">
|
||||
<domain includeSubdomains="true">bitwarden.com</domain>
|
||||
<trust-anchors>
|
||||
<!-- Only trust pre-installed CAs for
|
||||
Bitwarden.com and all subdomains -->
|
||||
<!-- Only trust pre-installed CAs for Bitwarden.com and all subdomains -->
|
||||
<certificates src="system" />
|
||||
</trust-anchors>
|
||||
</domain-config>
|
||||
|
|
Loading…
Reference in a new issue