It's really annoying to click on a bit.ly link or something, and then not have the back button work because the previous page is the redirection HTML and not the page you were on.
Thankfully, it should be really easy to fix. I think either adding this in before-navigate.js should do it:
window.location.replace(url);
or this:
history.deleteUrl()
It's really annoying to click on a bit.ly link or something, and then not have the back button work because the previous page is the redirection HTML and not the page you were on.
Thankfully, it should be really easy to fix. I think either adding this in before-navigate.js should do it:
window.location.replace(url);
or this:
history.deleteUrl()