disabled property

bool? disabled
getter/setter pair

If true, the CORS policy is disabled.

The default value is false, which indicates that the CORS policy is in effect.

Implementation

core.bool? disabled;