From 978d509608b22aa24ae6efd7ccdc9cffc2f67568 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 9 Dec 2023 23:23:43 -0500 Subject: [PATCH] Adjust CI link checker (#1058) --- .github/files/markdown.links.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/files/markdown.links.config.json b/.github/files/markdown.links.config.json index 008617654..fad1deb32 100644 --- a/.github/files/markdown.links.config.json +++ b/.github/files/markdown.links.config.json @@ -23,12 +23,13 @@ { "urls": [ "https://crates.io", + "https://ghcr.io", "https://github.com" ], "headers": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", - "Accept-Encoding": "gzip, deflate, br", + "Accept-Encoding": "zstd, br, gzip, deflate", "Accept-Language": "en" } }