BrowserSettingsWebSecurity Property |
Version 88.2.90
Controls whether web security restrictions (same-origin policy) will be
enforced. Disabling this setting is not recommend as it will allow risky
security behavior such as cross-site scripting (XSS). Also configurable
using the "disable-web-security" command-line switch.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 88.2.90.0
Syntax public CefState WebSecurity { get; set; }
public:
virtual property CefState WebSecurity {
CefState get () sealed;
void set (CefState value) sealed;
}
Property Value
Type:
CefStateImplements
IBrowserSettingsWebSecuritySee Also