You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-13 11:21:47 +03:00
Merge pull request #1448 from per1234/fix-github-docs-link-check
Configure link check to use `Accept-Encoding` header for docs.github.com links
This commit is contained in:
8
.github/.markdown-link-check.json
vendored
8
.github/.markdown-link-check.json
vendored
@ -1,4 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
"httpHeaders": [
|
||||||
|
{
|
||||||
|
"urls": ["https://docs.github.com/"],
|
||||||
|
"headers": {
|
||||||
|
"Accept-Encoding": "gzip, deflate, br"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"retryOn429": true,
|
"retryOn429": true,
|
||||||
"retryCount": 3,
|
"retryCount": 3,
|
||||||
"aliveStatusCodes": [200, 206]
|
"aliveStatusCodes": [200, 206]
|
||||||
|
Reference in New Issue
Block a user