Actions
Bug #439
closedWhen navigating history, domain settings are not applied until after the site starts loading
Start date:
05/13/2019
Due date:
% Done:
0%
Estimated time:
Description
This is because, when navigating history, the `WebView.goForward()` or `WebView.goBack()` commands are used.
This causes problems when navigating back to sites with JavaScript enabled that redirect to a different site when JavaScript is disabled, like DuckDuckGo.
This could be fixed by pulling the ULR from `WebView.copyBackForwardList()` and applying the domain settings before issuing `goForward()` or `goBack()`.
Actions