Skip to content

Commit

Permalink
feat: allow http calls when checking Certificate Revocation List (WPB…
Browse files Browse the repository at this point in the history
…-6493) (#2700)

Co-authored-by: Mojtaba Chenani <[email protected]>
  • Loading branch information
ohassine and mchenani authored Feb 14, 2024
1 parent 7b64c90 commit 8be3239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@
android:name="android.hardware.camera"
android:required="false" />

<!-- usesCleartextTraffic is true as we need to check Certificate Revocation List in HTTP.
The CRL itself is signed by the issuer so there is no security issue.
For all other calls, we use HTTPS, and this is enforced by OkHttp using ConnectionSpecs. -->
<application
android:usesCleartextTraffic="true"
android:name=".WireApplication"
android:allowBackup="false"
android:fullBackupContent="false"
Expand Down

0 comments on commit 8be3239

Please sign in to comment.