dansmaculotte/nuxt-security

Workbox constantly blocked

Torone opened this issue · 1 comments

I started using PWA Workbox on my Nuxt project but I cannot get rid of the Content Security Policy for https://cdn.jsdelivr.net/npm/workbox-cdn@5.1.4/workbox/workbox-sw.js

It is correctly set in the scriptSrc like this: 'cdn.jsdelivr.net' but it seems to ignore it.

Am I missing something with this? Thanks

Sorry for the delay. I'll try to implement some CSP through this module soon and see if I can help you on this. By the way, csp feature are a proxy for https://helmetjs.github.io/, did you try to follow their documentation?