Skip to content

Commit

Permalink
allow SUBM icons
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jul 1, 2024
1 parent 051f0b0 commit da2aaf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rules/links/linkchecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const allowList = [
/^https:\/\/www.w3.org\/analytics\/piwik\//,
/^https:\/\/test.csswg.org\/harness\//,
/^https:\/\/www.w3.org\/assets\//,
/^https:\/\/static.cloudflareinsights.com\/beacon.min.js/,
/^https:\/\/static.cloudflareinsights.com\/beacon\.min\.js/,
/^https:\/\/www.w3.org\/Icons\/member_subm\.png/,
/^data:/,
];
const noRespondAllowList = [
Expand Down

0 comments on commit da2aaf8

Please sign in to comment.