allowOriginRegexes property

  1. @TagNumber.new(2)
List<String> get allowOriginRegexes

Specifies the regular expression patterns that match allowed origins. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax.

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get allowOriginRegexes => $_getList(1);