interface ClientConfig {
    hostOrigin?: string;
}

Properties

Properties

hostOrigin?: string

Explicitly set the host origin. Can be used to ensure that only hosts on specific domains may interact with the configurator.

"*"