vite-plugin-pwa
vite-plugin-pwa copied to clipboard
CSP errors when using nonce
I have come across an issue when using nuxt-security module and enabling nonce in CSP settings. I have done a number of tests and the errors go away when I remove this module.
Has anyone else come across this and have a solution ?
Try adding 'manifest-src': ['\'self\''],
to your contentSecurityPolicy
entry
Thanks @userquin but I already tried that
@joerees if you provide a minimal reproduction I'll check it later