Nekmo/dirhunt

Meta refresh tag not considered

simon-wessel opened this issue · 3 comments

dirhunt does not consider meta refreshes that redirect to another web page:

<meta http-equiv="refresh" content="0;URL=/someotherdirectory">

This might also be true for JavaScript redirects, but I haven't tested that yet.

Nekmo commented

Added to milestone v0.8.0!

Nekmo commented

Now available in the development branch! :)

That's great, thanks 👍