feat+bug: ignore specific external URLs #43
Labels
No labels
bug
docs
duplicate
enhancement
good first issue
help wanted
question
type: js
type: ruby
unsure
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dan/siteinspector#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there! I'm trying to scan a site that has a lot of URLs to
http://localhost:1234(because part of the site is a documentation) and also many GitHub & Twitter links - which for whatever reason are "unavailable" (maybe rate limit or something). Is there a way to ignore/exclude specific URLs (in this casehttp://localhost*,https://twitter.com/*andhttps://github.com/*) so they don't show up as broken links? I tried with both, exclude words and path, but that doesn't seem to work.Best,
M
Possibility to ignore specific external URLsto feat+bug: ignore specific external URLs