Skip to content

Commit

Permalink
Pretend 403 return code means link is alive
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Feb 21, 2024
1 parent 095309a commit d5e1c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-hub/mlc.mdbook.json
@@ -1,5 +1,5 @@
{
"aliveStatusCodes": [200, 206, 405],
"aliveStatusCodes": [200, 206, 403, 405],
"ignorePatterns": [
{
"pattern": "localhost:"
Expand Down

0 comments on commit d5e1c46

Please sign in to comment.