SEBWIN-458: Removed fix with reloading page as issue is within the browser engine itself.
This commit is contained in:
parent
ac91b09f7b
commit
20a2bb9ad9
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…
Add table
Reference in a new issue