Skip to content

Commit 7340101

Browse files
authored
Don't allow 403s as alive status codes
1 parent 56fd60d commit 7340101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown-link-check-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"ignorePatterns": [{ "pattern": ".*(localhost|127.0.0.1).*" }],
3-
"aliveStatusCodes": [403, 429, 200]
3+
"aliveStatusCodes": [429, 200]
44
}

0 commit comments

Comments
 (0)