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

    URL, coordinate and number validation. Pure functions (no DOM, no logging).

    interface ValidateUrlOptions {
        httpsOnly?: boolean;
    }
    Index

    Properties

    Properties

    httpsOnly?: boolean

    When true, only https: and data: (images) allowed; http: rejected. Default false.