From b52da8acf96492ecad6f7880f05643973bf5b884 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Thu, 19 Dec 2024 09:11:24 +0400 Subject: [PATCH] allow favicon.ico --- 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 = [