-Sn!PeR- Posted July 13, 2022 Share Posted July 13, 2022 Your Nickname: -Sn!PeR- Your Problem: images in design area or any other area doesn’t appear, not any images, the ones that has imgur link… Screenshot: i tried from phone, google chrome browser from laptop, brave browser from laptop… none works for me Link to comment Share on other sites More sharing options...
Deliric - Posted July 13, 2022 Share Posted July 13, 2022 Hello 1 Images from imgur.com do not work in CodePen, because they (Imgur) block the Referer from CodePen. The images display in your CodePen if they are cached by your browser. But eventually the cache will be deleted and your images won't show up anymore. You can verify that by looking at the network calls in you browser dev tools. The images get loaded with a status code 200 (from disk cache). If you delete your cache (or open a new tab in incognito mode), you get a 403 Forbidden when the browser tries to load the images, because imgur refuses to serve those images to CodePen. 1 Link to comment Share on other sites More sharing options...
Recommended Posts