Skip to content

Commit

Permalink
Set no_sandbox = true
Browse files Browse the repository at this point in the history
Still logs a `Running without renderer sandbox` message, hopefully one day it'll work
  • Loading branch information
amaitland committed Apr 30, 2015
1 parent 744edbc commit d85d972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CefSharp.Core/CefSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace CefSharp
CefSettings() : _cefSettings(new ::CefSettings())
{
_cefSettings->multi_threaded_message_loop = true;
_cefSettings->no_sandbox = true;
BrowserSubprocessPath = "CefSharp.BrowserSubprocess.exe";
_cefCustomSchemes = gcnew List<CefCustomScheme^>();
_cefCommandLineArgs = gcnew Dictionary<String^, String^>();
Expand Down

0 comments on commit d85d972

Please sign in to comment.