Remove the Redirect limit from Image and String loading if user has Untrusted URLs enabled.
miner28_3
There is no reason to have the Redirect limit set to 0 if the user has Untrusted URLs enabled. The redirect limit serves only 1 purpose, and that's to prevent users from using HTTP Redirects on GitHub.io to bypass the URL Whitelist. But if user has Untrusted URLs enabled, there's no reason to protect against redirects.
Log In
Synthos
This change also broke my world's video search prefabs. So it appears that lots of worlds are going to be broken that use redirects for video search APIs.
miner28_3
Synthos this is not a "change" it's always been a thing sadly ever since String and Image loading released.
miner28_3
This would also make Image and String loading behave the same way the VideoPlayer does, where Redirects are enabled for Video players.