Closed HumanEquivalentUnit closed 5 years ago
My .Next already has https at the start, and this was making it httpss, and then throwing errors. Changed the regex to only match a complete http: at the start of the string.
http:
My .Next already has https at the start, and this was making it httpss, and then throwing errors. Changed the regex to only match a complete
http:
at the start of the string.