zibri
    Preparing search index...

    Additional options for a html response.

    type HtmlResponseOptions = {
        csp?: boolean | DeepPartial<CspOptions>;
    }
    Index

    Properties

    Properties

    csp?: boolean | DeepPartial<CspOptions>

    The configuration for CSP headers. Can either be false to not set any, true to set the default CSP headers or a custom configuration.