@dargmuesli/nuxt-vio 15.0.3 → 15.0.4

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
@@ -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': [