allowOrigins property
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
@$pb.TagNumber(1)
$core.List<$core.String> get allowOrigins => $_getList(0);