test commit, commented something not needed at the moment

This commit is contained in:
RandomHuman 2023-08-21 19:49:50 -06:00
parent 59eda3d503
commit 44df5aeecb
No known key found for this signature in database
GPG key ID: 77D368FEA29B8E46

View file

@ -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);