Skip to content

Commit

Permalink
treat http status code 0 and 403 as alive in link check
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Aug 1, 2023
1 parent 1a7b9fc commit e83fbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"aliveStatusCodes": [200, 429, 500, 503]
"aliveStatusCodes": [0, 200, 403, 429, 500, 503]
}

0 comments on commit e83fbed

Please sign in to comment.