From 0688bf56b01c21b1896dee16981ca0b1bfaffd90 Mon Sep 17 00:00:00 2001 From: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:37:32 +0000 Subject: [PATCH] Update markdown-link-check-config.json Undo sending request header --- .github/workflows/markdown-link-check-config.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/markdown-link-check-config.json b/.github/workflows/markdown-link-check-config.json index 029e26229..fda83fa87 100644 --- a/.github/workflows/markdown-link-check-config.json +++ b/.github/workflows/markdown-link-check-config.json @@ -35,15 +35,5 @@ 429, 500, 503 - ], - "httpHeaders": [ - { - "urls": [ - "https://platform.openai.com/" - ], - "headers": { - "User-Agent": "PostmanRuntime/7.33.0" - } - } ] }