@dargmuesli/nuxt-vio 13.1.19 → 13.1.21
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/utils/constants.ts
CHANGED
@@ -100,8 +100,7 @@ export const GET_CSP = (siteUrl: string) =>
|
|
100
100
|
// nuxt
|
101
101
|
...(process.env.NODE_ENV === 'development'
|
102
102
|
? {
|
103
|
-
'frame-src':
|
104
|
-
'https://localhost:3000/__nuxt_devtools__/client/modules/pinia',
|
103
|
+
'frame-src': 'https://localhost:3000/__nuxt_devtools__/client/', // devtools
|
105
104
|
}
|
106
105
|
: {}),
|
107
106
|
'connect-src': [
|