bunway
    Preparing search index...

    Interface HelmetOptions

    interface HelmetOptions {
        contentSecurityPolicy?: boolean | ContentSecurityPolicyOptions;
        crossOriginEmbedderPolicy?: boolean | { policy?: string };
        crossOriginOpenerPolicy?: boolean | { policy?: string };
        crossOriginResourcePolicy?: boolean | { policy?: string };
        dnsPrefetchControl?: boolean | { allow?: boolean };
        frameguard?: boolean | { action?: "deny" | "sameorigin" };
        hidePoweredBy?: boolean;
        hsts?: boolean | HstsOptions;
        ieNoOpen?: boolean;
        noSniff?: boolean;
        originAgentCluster?: boolean;
        permittedCrossDomainPolicies?: boolean | { permittedPolicies?: string };
        referrerPolicy?: boolean | { policy?: string | string[] };
        xssFilter?: boolean;
    }
    Index

    Properties

    contentSecurityPolicy?: boolean | ContentSecurityPolicyOptions
    crossOriginEmbedderPolicy?: boolean | { policy?: string }
    crossOriginOpenerPolicy?: boolean | { policy?: string }
    crossOriginResourcePolicy?: boolean | { policy?: string }
    dnsPrefetchControl?: boolean | { allow?: boolean }
    frameguard?: boolean | { action?: "deny" | "sameorigin" }
    hidePoweredBy?: boolean
    hsts?: boolean | HstsOptions
    ieNoOpen?: boolean
    noSniff?: boolean
    originAgentCluster?: boolean
    permittedCrossDomainPolicies?: boolean | { permittedPolicies?: string }
    referrerPolicy?: boolean | { policy?: string | string[] }
    xssFilter?: boolean