Skip to content

Commit d85d972

Browse files
committed
Set no_sandbox = true
Still logs a `Running without renderer sandbox` message, hopefully one day it'll work
1 parent 744edbc commit d85d972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.Core/CefSettings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace CefSharp
2626
CefSettings() : _cefSettings(new ::CefSettings())
2727
{
2828
_cefSettings->multi_threaded_message_loop = true;
29+
_cefSettings->no_sandbox = true;
2930
BrowserSubprocessPath = "CefSharp.BrowserSubprocess.exe";
3031
_cefCustomSchemes = gcnew List<CefCustomScheme^>();
3132
_cefCommandLineArgs = gcnew Dictionary<String^, String^>();

0 commit comments

Comments
 (0)