@dargmuesli/nuxt-vio 13.1.13 → 13.1.14

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -116,5 +116,5 @@
116
116
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
117
117
  },
118
118
  "type": "module",
119
- "version": "13.1.13"
119
+ "version": "13.1.14"
120
120
  }
@@ -3,7 +3,7 @@ import type { NuxtOptions } from 'nuxt/schema'
3
3
  import { GET_CSP } from '../../utils/constants'
4
4
 
5
5
  // remove invalid `'none'`s and duplicates
6
- const cleanupCsp = (
6
+ export const cleanupCsp = (
7
7
  nuxtSecurityConfiguration: Partial<NuxtOptions['security']>,
8
8
  ) => {
9
9
  if (