Skip to content

Commit

Permalink
fix 403 issues with links from GH and other sites.
Browse files Browse the repository at this point in the history
  • Loading branch information
shiranr committed Jun 19, 2022
1 parent c3c635c commit aa9d6c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .markdownlinkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,17 @@
{"pattern": "^https://marketplace.visualstudio.com"},
{"pattern": "^https://opensource.org/licenses/MIT"}
],
"httpHeaders": [
{
"urls": ["https://docs.github.com/",
"https://help.github.com/",
"https://github.com/",
"https://blog.cloudflare.com/",
"https://www.researchgate.net/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"retryOn429": true
}

0 comments on commit aa9d6c4

Please sign in to comment.