balvin-perrie / broken-link-checker

a browser extension to find all broken and redirected links
https://webextension.org/listing/broken-link-checker.html
Mozilla Public License 2.0
18 stars 4 forks source link

Don't follow external links #10

Open ortrails opened 1 year ago

ortrails commented 1 year ago

The link checker works great. Is there an option to prevent it from following external links and looking for links within them? For example if my site domain is http://www.mydomain.com and there's an external link http://www.yahoo.com, I want it to check the external link, but not load the content and continue hitting links in that external resource.

balvin-perrie commented 1 year ago

It is not supposed to follow the content of external domains; https://github.com/balvin-perrie/broken-link-checker/blob/master/code/v3/data/popup/index.js#L231

Can you provide an example page with the issue?