@hmcts/rpx-xui-node-lib
Version:
Common nodejs library components for XUI
16 lines • 478 B
TypeScript
export declare const SECURITY_POLICY: {
directives: {
connectSrc: string[];
defaultSrc: string[];
fontSrc: string[];
formAction: string[];
frameAncestors: string[];
frameSrc: string[];
imgSrc: string[];
mediaSrc: string[];
scriptSrc: string[];
styleSrc: string[];
};
};
export declare const getContentSecurityPolicy: (helmet: any) => any;
//# sourceMappingURL=contentSecurityPolicy.d.ts.map