You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
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