Every time I attempt to retrieve an image URL from the database for the client, I encounter the following error:
Refused to load the image 'https://nuclear-photos.s3-ap-southeast-1.amazonaws.com/…22:33:44%20GMT+0400%20(GST)TEST.png'
because it violates the Content Security Policy directive that states "img-src data: 'self' http://*.s3.amazonaws.com https://*.s3.amazonaws.com".
What is the reason behind this issue?