Refused to load the image 'data:image/png;base64,iVBORw0KGgo=' because it violates the following Content Security Policy directive: "img-src 'self'".

When I am trying to do the payment. I am receiving this type of console issue in my browser. Please let me know why I am facing this issue.

This is data crawling url: https://cpstageapi.godemowithus.com/api/products/Sleepy-Dragon

And this is my product button

Add to cart

In your CSP header. You likely need to update it to include data: like…

img-src 'self' data: cdn.snipcart.com
because through the check out process there are some data URI schema encoded images.

https://www.w3.org/TR/CSP/#framework-directive-source-list