disableWebSecurity property

bool? disableWebSecurity
getter/setter pair

Disables web security. When disabled, same-origin policy is not enforced.

NOTE: Setting this to true is extremely dangerous and should only be used for testing.

The default value is false.

Officially Supported Platforms/Implementations:

Implementation

bool? disableWebSecurity;