SEBWIN-458: Removed fix with reloading page as issue is within the browser engine itself.

This commit is contained in:
Damian Büchel 2021-02-12 22:54:15 +01:00
parent 584951752a
commit 46fa25718b

View file

@ -86,11 +86,6 @@ namespace SafeExamBrowser.Browser.Handlers
if (request.ResourceType == ResourceType.MainFrame)
{
RequestBlocked?.Invoke(request.Url);
if (browser.HasDocument)
{
browser.Reload();
}
}
return true;