origin property

List<String>? origin
getter/setter pair

The list of Origins eligible to receive CORS response headers.

Note: "*" is permitted in the list of origins, and means "any Origin".

Implementation

core.List<core.String>? origin;