zibri
    Preparing search index...

    Configuration options for strict transport security / hsts.

    type HstsOptions = {
        includeSubDomains: boolean;
        maxAgeSeconds: number;
        preload: boolean;
    }
    Index

    Properties

    includeSubDomains: boolean

    Whether or not subdomains should be included. Defaults to true.

    maxAgeSeconds: number

    The maximum age for which strict transport should be enabled. Defaults to 2 years.

    preload: boolean

    Whether or not this url should be put on a preload list. Defaults to false.