Packages
    Preparing search index...

    Type Alias StrictTransportSecurity

    type StrictTransportSecurity = {
        includeSubDomains?: boolean;
        maxAge: number;
        preload?: boolean;
    }
    Index

    Properties

    includeSubDomains?: boolean
    maxAge: number
    preload?: boolean