mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
up
This commit is contained in:
@@ -30,17 +30,15 @@ export interface ModuleOptions {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Configure Content Security Policy for Nuxt UI
|
* Configure Content Security Policy for Nuxt UI
|
||||||
* @defaultValue `{ nonce: false }`
|
* @defaultValue `{ nonce: '' }`
|
||||||
* @link https://ui.nuxt.com/getting-started/installation/nuxt#csp
|
* @link https://ui.nuxt.com/getting-started/installation/nuxt#csp
|
||||||
*/
|
*/
|
||||||
csp?: {
|
csp?: {
|
||||||
/**
|
/**
|
||||||
* Enable nonce for inline styles.
|
* Enable nonce for inline styles.
|
||||||
* Set to `true` to automatically generate and use a nonce.
|
* @defaultValue ``
|
||||||
* Provide a string to use a specific nonce.
|
|
||||||
* @defaultValue `false`
|
|
||||||
*/
|
*/
|
||||||
nonce?: boolean | string
|
nonce?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user