cORSRules property

CORSRule? cORSRules
getter/setter pair

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

CORSRule? cORSRules;