Project

General

Profile

Actions

Bug #439

closed

When navigating history, domain settings are not applied until after the site starts loading

Added by Soren Stoutner almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Next Release
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

Also available in: Atom PDF