@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
@@ -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 (
|