@dargmuesli/nuxt-vio 13.1.10 → 13.1.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/utils/constants.ts +1 -1
package/package.json
CHANGED
package/utils/constants.ts
CHANGED
@@ -121,7 +121,7 @@ export const GET_CSP = (siteUrl: string) =>
|
|
121
121
|
`${siteUrl}/_nuxt/`, // bundle
|
122
122
|
],
|
123
123
|
'style-src': [
|
124
|
-
"'nonce-{{nonce}}'"
|
124
|
+
"'unsafe-inline'", // TODO: replace with "'nonce-{{nonce}}'" once Sweetalert supports it
|
125
125
|
"'self'", // TODO: `${siteUrl}/_nuxt/`, // bundle
|
126
126
|
], // TODO: use `style-src-elem` once Playwright WebKit supports it
|
127
127
|
},
|