SEBWIN-458: Removed fix with reloading page as issue is within the browser engine itself.
This commit is contained in:
parent
584951752a
commit
46fa25718b
1 changed files with 0 additions and 5 deletions
|
@ -86,11 +86,6 @@ namespace SafeExamBrowser.Browser.Handlers
|
|||
if (request.ResourceType == ResourceType.MainFrame)
|
||||
{
|
||||
RequestBlocked?.Invoke(request.Url);
|
||||
|
||||
if (browser.HasDocument)
|
||||
{
|
||||
browser.Reload();
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue