allowOriginRegexes property

List<String>? allowOriginRegexes
getter/setter pair

Specifies the regular expression patterns that match allowed origins.

For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax.

Implementation

core.List<core.String>? allowOriginRegexes;