safelinkify
    Preparing search index...

    Interface SafelinkOptions

    safelink options

    interface SafelinkOptions {
        exclude: string[] | RegExp[] | (string | RegExp)[];
        password: string;
        redirect?: string | string[];
        type: string;
        verbose?: boolean;
    }
    Index

    Properties

    exclude: string[] | RegExp[] | (string | RegExp)[]
    password: string
    redirect?: string | string[]
    type: string
    verbose?: boolean