Skip to content

Commit

Permalink
Adjust CI link checker (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Dec 10, 2023
1 parent 54f5a8d commit 978d509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/files/markdown.links.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
{
"urls": [
"https://crates.io",
"https://ghcr.io",
"https://github.com"
],
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Encoding": "zstd, br, gzip, deflate",
"Accept-Language": "en"
}
}
Expand Down

0 comments on commit 978d509

Please sign in to comment.