cORSRules property

List<CORSRule>? cORSRules
final

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.

Implementation

final List<CORSRule>? cORSRules;