Closed 3rd-Eden closed 3 years ago
As per title, this ensures that http:/whatever.com and http:\whatever.com are both normalized to http:// protocols. This allows the correct hostname and paths to be extracted from these invalid URL's
http:/whatever.com
http:\whatever.com
http://
Fixes #206
As per title, this ensures that
http:/whatever.com
andhttp:\whatever.com
are both normalized tohttp://
protocols. This allows the correct hostname and paths to be extracted from these invalid URL'sFixes #206