lychee icon indicating copy to clipboard operation
lychee copied to clipboard

Interpreting stylesheet link with `@` as mail

Open nobkd opened this issue 4 months ago • 0 comments

lychee 0.16.1


> lychee -v test.html

with test.html:

<link href="/@global/global.css" rel="stylesheet">

results in:

[EXCLUDED] mailto:/@global/global.css

Without the @, no check happens.

nobkd avatar Oct 19 '24 19:10 nobkd