mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Fix 3 functions (verifyTotp, uploadFile, getHealth) that hardcoded danger.acceptInvalidCerts: true unconditionally, bypassing the user's allowSelfSigned setting. Now conditional like doFetch. TOTP codes, file uploads, and health checks no longer skip TLS verification unless the user explicitly opts into self-signed certs.