-
@jeffposnick @workboxjs Hum… maybe is it referring to
connect-src
instead ofimg-src
because it comes from the Service Worker? -
@jeffposnick @workboxjs I added
img-src
to the CSP, but it doesn't fix it. I noticed the content-type when it comes from the SW is wrong:image/svg+xml
Maybe it comes from my catch handler: github.com/nhoizey/nicolas-hoizey.com/blob/bb97576c3e9f82e09654c235057e42e119b69cb5/assets/js/service-worker.js#L97-L111 But I don't understand why it would use the catch handler.