Specifies the list of origins that is allowed to do CORS requests.
An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.
core.List<core.String>? allowOrigins;