diff options
| author | CrypticC3s4r <27031384+CrypticC3s4r@users.noreply.github.com> | 2024-12-28 20:12:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 21:12:19 +0200 |
| commit | 82f1f61c6b3dc9b4c073e57049dd46967be18013 (patch) | |
| tree | 6b9b808383653e4739ed17ce87381a9284dd0fc8 /apps/mobile/app.json | |
| parent | a1a3a7e0f402850091885e5ac088ad7af1f5d27a (diff) | |
| download | karakeep-82f1f61c6b3dc9b4c073e57049dd46967be18013.tar.zst | |
fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)
Co-authored-by: MohamedBassem <me@mbassem.com>
Diffstat (limited to 'apps/mobile/app.json')
| -rw-r--r-- | apps/mobile/app.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 87db856f..c1dc6bf9 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -51,6 +51,7 @@ "versionCode": 20 }, "plugins": [ + "./plugins/trust-local-certs.js", "./plugins/camera-not-required.js", "expo-router", [ |
