allowOrigins property

List<String>? allowOrigins
getter/setter pair

Specifies the list of origins that will be allowed to do CORS requests.

An origin is allowed if it matches either an item in allow_origins or an item in allow_origin_regexes.

Implementation

core.List<core.String>? allowOrigins;