@dargmuesli/nuxt-vio 15.0.3 → 15.0.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -117,5 +117,5 @@
117
117
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
118
118
  },
119
119
  "type": "module",
120
- "version": "15.0.3"
120
+ "version": "15.0.4"
121
121
  }
@@ -101,7 +101,7 @@ export const GET_CSP = (siteUrl: string) =>
101
101
  // nuxt
102
102
  ...(process.env.NODE_ENV === 'development'
103
103
  ? {
104
- 'frame-src': 'https://localhost:3000/__nuxt_devtools__/client/', // devtools
104
+ 'frame-src': `${siteUrl}/__nuxt_devtools__/client/`, // devtools
105
105
  }
106
106
  : {}),
107
107
  'connect-src': [