LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 107 forks source link

Replace history entry if loading URL because of a redirect #136

Closed Baitinq closed 1 year ago

Baitinq commented 1 year ago

We now replace the current history entry if the page-load has been caused because of a redirect. This makes it able to traverse the history if one of the entries redirects you, which previously caused an infinite history traversion loop.

Depends on https://github.com/SerenityOS/serenity/pull/16004