Skip to content

Commit

Permalink
allow favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Dec 19, 2024
1 parent 50ee596 commit b52da8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rules/links/linkchecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b52da8a

Please sign in to comment.