After seeing my last error Refused to load the image ‘https://bucket-name.on-prem-url/image-name.png?width=3580&height=2174’ because it violates the following Content Security Policy directive: "img-src ‘self’ data: blob: bucket-name, I appended my-bucket-name to my-onprem-url in middlewares.js
img-src'img-src': ["'self'", 'data:', 'blob:', 'https://my-bucket-name.my-onprem-url'], 'media-src': ["'self'", 'data:', 'blob:', 'https://my-bucket-name.my-onprem-url']
This seems to be letting me see the asset in the S3 bucket, but I can’t see the asset in media gallery and get the error " GET https://bucket-name.on-prem-url/image-name.png?width=3580&height=2174 403 (Forbidden)"