Skip to content

Commit

Permalink
Update config for docs.github.com urls (#5749)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth authored Jul 26, 2022
1 parent 6c919d6 commit e6b5e25
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/check_links_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
"pattern": "http(s)?://example.com"
}
],
"aliveStatusCodes": [429, 200]
"aliveStatusCodes": [429, 200],
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}

0 comments on commit e6b5e25

Please sign in to comment.