From 3f6f78ffc7cc618ac9ecd05674d5f867579f2e94 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Tue, 30 Apr 2024 08:30:30 +0200 Subject: [PATCH] Disguise as a browser --- .github/workflows/markdown-link-check.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" + } + } + ] }