sindresorhus / normalize-url

Normalize a URL
MIT License
840 stars 122 forks source link

Feat: add remove explicit port option #174

Closed ianizaguirre closed 2 years ago

ianizaguirre commented 2 years ago

Feature added: Removes a port number corresponding to the protocol part of a url, excluding a default port number e.g., 80 for http, and 443 for https.

Fixes #171

ianizaguirre commented 2 years ago

@sindresorhus just following up

ianizaguirre commented 2 years ago

@Vladisvob

Hello, Do you have the ability to merge this, or are we waiting for another review?