Skip to content

Commit 2cd7496

Browse files
authored
Merge pull request OWASP#2563 from OWASP/copilot/fix-failing-dead-link-check
fix: exclude false-positive and broken links from dead link checker
2 parents 1cb37f1 + 5d334ee commit 2cd7496

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.lycheeignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ https://helm.sh/docs/intro/install/
3636

3737
# Google Docs require authentication and always return 401 to link checkers
3838
https://docs.google.com/document/*
39+
40+
# jcchouinard.com rejects lychee's content-type (415 false positive)
41+
https://www.jcchouinard.com/wget/
42+
43+
# Railway deploy template links return 404 to link checkers
44+
https://railway.com/deploy/*

0 commit comments

Comments
 (0)