test commit, commented something not needed at the moment
This commit is contained in:
parent
59eda3d503
commit
44df5aeecb
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace XeroBrowser
|
|||
settings.CachePath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + @"\CEF";
|
||||
settings.CefCommandLineArgs.Add("safebrowsing-disable-download-protection", "0");
|
||||
settings.CefCommandLineArgs.Add("safebrowsing-disable-extension-blacklist", "0");
|
||||
settings.CefCommandLineArgs.Add("safebrowsing-disable-auto-update", "0");
|
||||
/// settings.CefCommandLineArgs.Add("safebrowsing-disable-auto-update", "0");
|
||||
|
||||
Cef.Initialize(settings);
|
||||
|
||||
|
|
Reference in a new issue