link-check-config.json•594 B
{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^https://localhost"
},
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^https://127.0.0.1"
},
{
"pattern": "^mailto:"
}
],
"replacementPatterns": [],
"httpHeaders": [
{
"urls": ["https://github.com"],
"headers": {
"Accept": "application/vnd.github.v3+json",
"User-Agent": "GitHub Link Checker"
}
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 3,
"fallbackHttpStatus": [200, 202]
}