linkifyjs icon indicating copy to clipboard operation
linkifyjs copied to clipboard

Invalid URL / File Path Protocol

Open MarketingPip opened this issue 2 years ago • 0 comments

Just opening this library and finding this bug - figured I would report it.

{
  "type": "url",
  "value": "file:1:2",
  "isLink": true,
  "href": "file:1:2",
  "start": 91,
  "end": 99
}

Cheers.

ps; tbh I actually need this exact match lol - tho I do believe it is not valid.

MarketingPip avatar Dec 01 '23 16:12 MarketingPip