@dargmuesli/nuxt-vio 20.0.0-beta.2 → 20.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -123,7 +123,7 @@ export const VIO_GET_CSP = ({ siteUrl }: { siteUrl: URL }) =>
|
|
|
123
123
|
`${siteUrl}_nuxt/`, // bundle
|
|
124
124
|
],
|
|
125
125
|
'style-src': [
|
|
126
|
-
"'nonce-{{nonce}}'"
|
|
126
|
+
"'unsafe-inline'", // TODO: replace with "'nonce-{{nonce}}'" once vue-sonner supports it
|
|
127
127
|
"'self'", // TODO: `${siteUrl}_nuxt/`, // bundle
|
|
128
128
|
], // TODO: use `style-src-elem` once Playwright WebKit supports it
|
|
129
129
|
},
|