fix(security): remove SSL bypass + hardcoded creds in face_detect, rider debug CA overrides, fix siro_service manifest

This commit is contained in:
Hamza-Ayed
2026-06-17 06:36:26 +03:00
parent c82b0071bb
commit 81376a2245
3 changed files with 7 additions and 38 deletions

View File

@@ -64,6 +64,9 @@
<application
android:name="${applicationName}"
android:label="service"
android:allowBackup="false"
android:fullBackupContent="false"
android:usesCleartextTraffic="false"
android:networkSecurityConfig="@xml/network_security_config"
android:icon="@mipmap/launcher_icon">