Schotsl / Uwuifier

This repository contains the Uwuifier package! It's written in Deno with TypeScript and compiled into JavaScript for NPM, makes use of Jest for testing the code and is deployed on NPM and https://deno.land.

Home Page:https://uwuifier.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL detection bug

thetayloredman opened this issue · comments

URLs that are not actually valid protocols (let's say owoWhatsThis://) get marked as URLs.

Perhaps use a JSON file of valid schemes?

Although it might not be a URL, it certainly is a URI. And according to the W3C or RFC3986 spec, this might as well be a valid protocol in the future.

this might as well be a valid protocol in the future.

Would be funny...

We can only hope