EngineOptionsIsWebSecurityDisabled Property  | 
 
                Indicates whether the same-origin policy is disabled.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.6
Syntaxpublic bool IsWebSecurityDisabled { get; }Property Value
Type: 
Booleantrue if the same-origin policy is disabled, 
false otherwise.
See Also