Comment on Redirect to prevent back button
UnderpantsWeevil@lemmy.world 2 months agoIt’s a very “dumb” implementation of a generally useful feature. Browsers don’t keep track of how many times you’re redirected to the same site or try to consolidate the back-button list accordingly, but they certainly could. Wouldn’t be surprised if there was a plugin to this effect.
groet@feddit.org 2 months ago
They actually do. To avoid infinite loops. If a URL redirects to the identical URL for more than ~5 times most browsers will refuse to load and show an error instead.
That’s why sites like this will generate new URLs with the same content.