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
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
scriptSrclike this:'cdn.jsdelivr.net'but it seems to ignore it.Am I missing something with this? Thanks