-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Right now it's possible to have a redirection path like A => B => C => D. Why is that?
Given this redirection path, if I add a new redirect that redirects D => E, then it would make more sense to update the redirects, such that:
A => EB => EC => ED => E
This way we know that when we have a redirect it always contains it's final destination in the destination field.
UPDATED
Comment from @Roshyo: This would only be correct if all the redirects are permanent redirects.
Metadata
Metadata
Assignees
Labels
No labels