We are explicitly removing port:80 from URLs, but if the URL contains :8080 or the like, these are stubbed to something ugly as example.com80
We should look for everything that is a port and then remove it to either the first slash or the end of the line
We are explicitly removing port:80 from URLs, but if the URL contains :8080 or the like, these are stubbed to something ugly as example.com80
We should look for everything that is a port and then remove it to either the first slash or the end of the line