url-normalizer icon indicating copy to clipboard operation
url-normalizer copied to clipboard

Weak type check broke URLs that ended in "#0"

Open techteam-seobility opened this issue 4 years ago • 0 comments

If the fragment entity is exactly string "0", as if the URL http://example.com/#0 is passed to the method the if statment in Line 236 will return false even tough it should not an the returned URL will be http://example.com/0 which is incorrect.

techteam-seobility avatar May 06 '20 13:05 techteam-seobility