mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
[PM-24697] Allow cleartext traffic on OCSP and CRL servers (#5761)
This commit is contained in:
parent
bc0a18f250
commit
717d5665e0
@ -12,6 +12,18 @@
|
||||
</trust-anchors>
|
||||
</base-config>
|
||||
|
||||
<!-- A lot of TLS certificates point to http:// URLs for CRL and OCSP checking,
|
||||
so we need to allow cleartext traffic on them -->
|
||||
<domain-config cleartextTrafficPermitted="true">
|
||||
<!-- CRL Distribution Servers -->
|
||||
<domain includeSubdomains="true">c.lencr.org</domain>
|
||||
<domain includeSubdomains="true">c.pki.goog</domain>
|
||||
|
||||
<!-- OCSP Responder Servers -->
|
||||
<domain includeSubdomains="true">o.pki.goog</domain>
|
||||
<domain includeSubdomains="true">ocsp.sectigo.com</domain>
|
||||
</domain-config>
|
||||
|
||||
<domain-config cleartextTrafficPermitted="false">
|
||||
<domain includeSubdomains="true">bitwarden.com</domain>
|
||||
<domain includeSubdomains="true">bitwarden.eu</domain>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user