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 23:05:47 +01:00
parent ac91b09f7b
commit 20a2bb9ad9

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;