interface HTMLOptions {
    cspNonce?: string;
}

Properties

Properties

cspNonce?: string

A nonce value placeholder that will be used when generating script/style tags.

Make sure that this placeholder will be replaced with a unique value for each request by the server.