create safe browsing block file

This commit is contained in:
Diamond Creeper 2023-06-26 11:39:25 +12:00
parent b74eca3d38
commit 0f17a4a6e7
2 changed files with 13 additions and 13 deletions

View file

@ -71,7 +71,7 @@ namespace XeroBrowser
private bool _isBlocked;
private void chromiumWebBrowser1_LoadingStateChanged(object sender, LoadingStateChangedEventArgs e)
{
// chromiumWebBrowser1.LoadingStateChanged += async (s, args) =>
//chromiumWebBrowser1.LoadingStateChanged += async (s, args) =>
// {
// if (args.IsLoading)
// {

View file