Skip to main content

Interface: ApplyProductionDocumentSecurityHeadersArgs

Defined in: electron/services/window/utils/productionSecurityHeaders.ts:15

Inputs for applyProductionDocumentSecurityHeaders.

Properties

productionCsp

productionCsp: string;

Defined in: electron/services/window/utils/productionSecurityHeaders.ts:17

Production CSP header value.


responseHeaders

responseHeaders:
| ElectronResponseHeaders
| undefined;

Defined in: electron/services/window/utils/productionSecurityHeaders.ts:19

Existing headers from Electron (may be undefined).