I'm currently using cropperjs to crop an image upon uploading click here to see the button
Once the image is selected for upload, I encounter this problem
The data in blob storage remains intact, but there seems to be an issue after the image is uploaded
https://prnt.sc/vuzven\
When trying to upload an image in cropper js, I receive an error message stating 'Refused to load the image 'blob:http://localhost:15536/0b13fa91-8bd8-40f2-a3c1-9aed987713ee' because it violates the following Content Security Policy directive: "img-src * data:".'
Any suggestions on why this isn't functioning properly in Google Chrome? The same issue arises in Firefox and other browsers as well.