JustinBeckwith / linkinator

🐿 Scurry around your site and find all those broken links.
MIT License
1.04k stars 80 forks source link

Option to ignore specific status codes (e.g. 403 and 405) #627

Open zachmayer opened 1 month ago

zachmayer commented 1 month ago

Some sites are pretty aggressive about blocking crawlers and return 403 for all links. I could filter all these sites in the skip regex, but I feel like it'd be easier to just tell linkinator to ignore 403 errors.

zachmayer commented 1 month ago

or maybe another command line / config option with a list of codes to ignore