filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
397 stars 51 forks source link

404 errors on <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin=""> #49

Closed bobatsar closed 4 years ago

bobatsar commented 4 years ago

I'm trying to check a mkdocs material generated documentation.

When checking external links, I get for every page a - (79:8) <link> => https://fonts.gstatic.com (HTTP 404)

Can this error somehow be suppressed? I think this is a typical pattern to preconnect to https://fonts.gstatic.com but the URL itself returns a 404!

chalin commented 4 years ago

Hi @bobatsar,

... Can this error somehow be suppressed?

Yes, instruct linkcheck to skip this URL using a skip rule.

bobatsar commented 4 years ago

Yes I saw this also already. I think I can close the issue.