We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b64fd commit 3f6f78fCopy full SHA for 3f6f78f
1 file changed
.github/workflows/markdown-link-check.json
@@ -1,3 +1,11 @@
1
{
2
- "aliveStatusCodes": [0, 200]
+ "aliveStatusCodes": [0, 200],
3
+ "httpHeaders": [
4
+ {
5
+ "urls": ["http"],
6
+ "headers": {
7
+ "User-Agent": "Chrome/124.0.0.0"
8
+ }
9
10
+ ]
11
}
0 commit comments