@dargmuesli/nuxt-vio 15.0.2 → 15.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +1 -1
- package/package.json +1 -1
package/nuxt.config.ts
CHANGED
@@ -231,7 +231,7 @@ export default defineNuxtConfig(
|
|
231
231
|
'prefetch-src': false as const,
|
232
232
|
'report-to': undefined,
|
233
233
|
'report-uri': false as const,
|
234
|
-
'require-trusted-types-for': "'script'", // csp-evaluator
|
234
|
+
// 'require-trusted-types-for': "'script'", // csp-evaluator // TODO: evaluate (https://github.com/maevsi/maevsi/issues/830)
|
235
235
|
sandbox: false as const,
|
236
236
|
'script-src': false as const,
|
237
237
|
'script-src-attr': false as const,
|
package/package.json
CHANGED