hololake-system-architecture/product-source/hololake-platform/src/lib/runtimeStyleNonce.ts

6 lines
207 B
TypeScript

export const RUNTIME_STYLE_NONCE = 'tolaria-runtime-style'
export const RUNTIME_STYLE_NONCE_SOURCE = `'nonce-${RUNTIME_STYLE_NONCE}'`
export function getRuntimeStyleNonce() {
return RUNTIME_STYLE_NONCE
}