GeoLeaf Core API - v3.0.0
    Preparing search index...

    Security options.

    interface SecurityConfig {
        httpsOnly?: boolean;
    }
    Index

    Properties

    Properties

    httpsOnly?: boolean

    When true, validateUrl() rejects http: and allows only https: and data: (images). Default false.