disableWebSecurity property
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:
- Linux WPE WebKit 2.40+ (Official API - WebKitSettings.disable-web-security):
- Requires WPE WebKit 2.40 or later
Implementation
bool? disableWebSecurity;