From 5ed3807c11c133bb847514e84d8fda43662e4a4a Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang <1696128+deniak@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:14:26 +0400 Subject: [PATCH] allow favicon.ico (#1901) --- lib/rules/links/linkchecker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rules/links/linkchecker.js b/lib/rules/links/linkchecker.js index e9b328dfe..b52f482c6 100644 --- a/lib/rules/links/linkchecker.js +++ b/lib/rules/links/linkchecker.js @@ -22,6 +22,7 @@ const allowList = [ /^https:\/\/www.w3.org\/assets\//, /^https:\/\/static.cloudflareinsights.com\/beacon\.min\.js/, /^https:\/\/www.w3.org\/Icons\/member_subm\.png/, + /^https:\/\/www.w3.org\/favicon\.ico/, /^data:/, ]; const noRespondAllowList = [