When a canonical URL changes, re-send all pings from both URLs
Closed this issue · 0 comments
fluffy-critter commented
When fixing #35, it didn't cover the case that the URL in the feed is a link to a redirector, and the old redirection target doesn't redirect to the new target.
An attempted fix in 17fd5ac had the unfortunate effect of breaking support for rel="canonical"
so that has been reverted; a better solution would be to enqueue re-pinging all of the prior targets from the prior URL, rather than just re-pinging everything indiscriminately.