EngineOptionsBuilderWebSecurityDisabled Property |
Enables or disables the same-origin policy.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public bool WebSecurityDisabled { get; set; }
Property Value
Type:
Booleantrue if the same-origin policy is disabled,
false otherwise.
See Also