We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744edbc commit d85d972Copy full SHA for d85d972
CefSharp.Core/CefSettings.h
@@ -26,6 +26,7 @@ namespace CefSharp
26
CefSettings() : _cefSettings(new ::CefSettings())
27
{
28
_cefSettings->multi_threaded_message_loop = true;
29
+ _cefSettings->no_sandbox = true;
30
BrowserSubprocessPath = "CefSharp.BrowserSubprocess.exe";
31
_cefCustomSchemes = gcnew List<CefCustomScheme^>();
32
_cefCommandLineArgs = gcnew Dictionary<String^, String^>();
0 commit comments