After the image flashing very briefly it get the error that the file cannot be loaded. I am getting the following error in my browser console:
Access to image at '.../w/images/6/6f/MyFile.jpg' from origin '...' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
The first ... stands for https: // repo . example . org
, the second ... for https: // en . example . org
.../w/images/6/6f/MyFile.jpg:1 Failed to load resource: net::ERR_FAILED
Here ... stands for repo . example . org
Tried to add the following to .htaccess but it did not work:
<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "..." </IfModule>
Here ... stands for https: // en . example . org
Still the CORS policy violation prevents the thumb from being loaded.
Does anybody have a clue?