mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-27 11:48:28 +00:00

We never make requests to non-whitelisted domains, but there were situations where some links would redirect to non-whitelisted domains, which would hit a final failsafe that resulted in a crash. To prevent this, we detect bad redirects earlier and fail more gracefully. Fixes #8796