Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Update Visitable.visitableURL after following a redirect #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 10, 2019

  1. Update Visitable.visitableURL after following a redirect

    Previously, after visiting a URL that redirected to another URL,
    pull-to-refresh would reload the original URL not the one that was
    redirected to.
    
    This is inconsistent with how Turbolinks works in a browser where the
    address bar is updated using the History API causing reloading the page
    to reload the URL that was redirected to.
    calleluks committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f3a0730 View commit details
    Browse the repository at this point in the history