Click or drag to resize

IBrowserSettingsWebSecurity Property

Version 86.0.240
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 (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
CefState WebSecurity { get; set; }

Property Value

Type: CefState
See Also