Skip to content

Commit 9cf9b0c

Browse files
committed
Consider 403 alive
1 parent b451e41 commit 9cf9b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown-link-check.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"aliveStatusCodes": [0, 200, 429],
2+
"aliveStatusCodes": [0, 200, 403, 429],
33
"httpHeaders": [
44
{
55
"urls": ["http"],
66
"headers": {
7-
"User-Agent": "Chrome/124.0.0.0"
7+
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:141.0) Gecko/20100101 Firefox/141.0"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)