disabled property

bool? disabled
getter/setter pair

If true, disables the CORS policy.

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

Implementation

core.bool? disabled;