diff --git a/.github/workflows/markdown-link-check.json b/.github/workflows/markdown-link-check.json index fe56ca1..cd7e4e0 100644 --- a/.github/workflows/markdown-link-check.json +++ b/.github/workflows/markdown-link-check.json @@ -1,3 +1,11 @@ { - "aliveStatusCodes": [0, 200] + "aliveStatusCodes": [0, 200], + "httpHeaders": [ + { + "urls": ["http"], + "headers": { + "User-Agent": "Chrome/124.0.0.0" + } + } + ] }