create safe browsing block file
This commit is contained in:
parent
b74eca3d38
commit
0f17a4a6e7
2 changed files with 13 additions and 13 deletions
|
@ -71,7 +71,7 @@ namespace XeroBrowser
|
||||||
private bool _isBlocked;
|
private bool _isBlocked;
|
||||||
private void chromiumWebBrowser1_LoadingStateChanged(object sender, LoadingStateChangedEventArgs e)
|
private void chromiumWebBrowser1_LoadingStateChanged(object sender, LoadingStateChangedEventArgs e)
|
||||||
{
|
{
|
||||||
// chromiumWebBrowser1.LoadingStateChanged += async (s, args) =>
|
//chromiumWebBrowser1.LoadingStateChanged += async (s, args) =>
|
||||||
// {
|
// {
|
||||||
// if (args.IsLoading)
|
// if (args.IsLoading)
|
||||||
// {
|
// {
|
||||||
|
|
0
WebBrowser/safebrowsingblock.html
Normal file
0
WebBrowser/safebrowsingblock.html
Normal file
Reference in a new issue