Bug or a feature

I was experimenting with URL extension built into gdevelop ot can load content from a website into game game works in preview ot loads that url into the game but not when exported

That likely means the image you’re trying to load forbids being loaded from other websites. PC builds (including previews in the PC version of GDevelop) ignore CORS policies, but mobile and web build will respect them and not load content from the other website unless the website set up a CORS policy that allows access by other websites.

I am not loading image i am loading an entire website and its working in preview but not in export