mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 20:58:27 +00:00
![Greyson Parrelli](/assets/img/avatar_default.png)
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