My site in chrome is blocking an image used in CSS for the mask-image property. Works fine in the good browser.
Chrome error from console:
Access to image at 'https://cdn.lospec.com/static/palettes/dither.png' from origin 'https://lospec.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I tried adding CORS settings like this, but it still does not work.
I tried purging it from the cache, but it still does not work.
What am I doing wrong?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I believe this has to do something with the CDN.
Because the CORS configuration is working as expected when the Origin endpoint is used.
@bobbyiliev: could you please help us set CORS for the CDN endpoint as well?
Hello,
I’ve just tested your website and it seems to be working as expected via Chrome, would you mind sharing how did you fix the issue besides following the steps from the documentation here:
https://docs.digitalocean.com/products/spaces/how-to/configure-cors
Best,
Bobby