You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We need to return 200 here or Firefox won’t display the image
// HOWEVER a 200 means that if it times out on the first attempt it will stay the default image until the next build.
Could you do a 302 to the default image instead? On a second render, the browser will check it again, since it's a temporary redirect.
The text was updated successfully, but these errors were encountered:
Could you do a 302 to the default image instead? On a second render, the browser will check it again, since it's a temporary redirect.
The text was updated successfully, but these errors were encountered: