Src image from weblink blocked due to violation of strict-origin-when-cross-origin policy

I am displaying a weblink picture on my website by assigning image scr in velo to the https web location. The link worked fine until recently. According to google web console there is a netwok issue when trying to access the web location where the picture is stored. The error description suggests a violation of strict-origin-when-cross-origin policy.

Any help to resolve the problem is appreciated.

This isn’t something that can be solved from the Wix side. Whatever server you’re linking to doesn’t allow cross-origin requests. If you don’t have control of the server that hosts this image then there is nothing you can do. If you do then you can adjust the server’s cross-origin policy (aka CORS) on the server’s side.