corsOrigins property

List<String> corsOrigins
final

Allowed CORS origins for the HTTP gateway.

Defaults to ['http://localhost', 'http://127.0.0.1'] to allow local clients such as X-Seed while keeping the default secure. Subdomain-style gateway requests still use * as required by the gateway specs.

Implementation

final List<String> corsOrigins;