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/[email protected]/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
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/[email protected]/workbox/workbox-sw.js
It is correctly set in the
scriptSrclike this:'cdn.jsdelivr.net'but it seems to ignore it.Am I missing something with this? Thanks