0👍
You can add a CSP rule to allow images from Cloudinary: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
The CSP rule currently only allows images to be loaded from your domain and from inline images.
The first thing I would look at is who is setting the CSP rule for your project? Someone is setting the rule "img-src 'self' data:"
.
- [Vuejs]-How to use default property value to define another property in Nuxt config?
- [Vuejs]-Where and how best to call the first initial server-side external API query in Nuxt 3?
Source:stackexchange.com