JustinBeckwith/linkinator

meta http-equiv="refresh" redirects not being handled

Opened this issue · 0 comments

First, many thanks for creating this neat tool. We are using it in our org to check for broken links and it is doing its job phenomenally.

Just facing an issue with redirects. We are using the meta content tag with http-equiv="refresh" to generate redirects for our project.
Example

<meta http-equiv="refresh" content="0;url=https://www.mozilla.org" />

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#examples

Linkinator doesn't seem to be checking the url inside the content attribute in this case. Is this expected?

Minimal reproduction repo for this: https://github.com/PranjalMaithani/linkinator-meta-redirect