diff --git a/.github/.markdown-link-check.json b/.github/.markdown-link-check.json index da798797..c5e178dd 100644 --- a/.github/.markdown-link-check.json +++ b/.github/.markdown-link-check.json @@ -1,4 +1,12 @@ { + "httpHeaders": [ + { + "urls": ["https://docs.github.com/"], + "headers": { + "Accept-Encoding": "gzip, deflate, br" + } + } + ], "retryOn429": true, "retryCount": 3, "aliveStatusCodes": [200, 206]