hahwul / deadfinder

🏴‍☠️ Find dead-links (broken links)

Home Page:https://rubygems.org/gems/deadfinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mailto links are handled incorrectly

port19x opened this issue · comments

commented

Hi again.
Just tested my personal website with this and found quite a few dead links.
One false positive was on every single page tho, that being my mailto link.
This is probably because a mailto uri isn't accounted for in the generate_url function.

https://github.com/hahwul/deadfinder/blob/main/lib/deadfinder/utils.rb

commented

@port19x
Thank you so much for the issue and PR! I added a few things and released it in 1.3.2.

Enjoy your rest of day :D

commented

I'm afraid I have to reopen. The url detection still seems a bit funky

2023-08-11_09-32

commented

@port19x
Oh, there was such a big mistake. Github-action was referencing the old version of the image build to use.
I just modified it and released it as a new version(1.3.3).

Please let me know if the same problem occurs with the new version!
There was nothing unusual based on my env.

commented

Thanks

commented

Can confirm it's working 👍