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) - cherrypick (#2707)
  • Loading branch information
ohassine authored Feb 14, 2024
1 parent 275ba25 commit 2ab8863
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 2ab8863

Please sign in to comment.