From e4cc1c4ad0cf9a507da6490db9b22fe002d16ceb Mon Sep 17 00:00:00 2001 From: Zou Nengren Date: Sat, 25 Jan 2025 10:09:41 +0800 Subject: [PATCH] Update .markdown-link-check-config.json --- .markdown-link-check-config.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/.markdown-link-check-config.json b/.markdown-link-check-config.json index fca55cb..a4cc4b4 100644 --- a/.markdown-link-check-config.json +++ b/.markdown-link-check-config.json @@ -1,19 +1,16 @@ { - "ignorePatterns": [ + "httpHeaders": [ { - "pattern": "^https://github.com" - }, - { - "pattern": "^https://www.google.com" - }, - { - "pattern": "^https://www.amazon.com" - }, - { - "pattern": "^https://www.manning.com" - }, - { - "pattern": "^https://web.archive.org" + "urls": [ + "https://github.com/", + "https://guides.github.com/", + "https://docs.github.com/", + "https://help.github.com/", + "https://support.github.com" + ], + "headers": { + "Accept-Encoding": "zstd, br, gzip, deflate" + } } ] }