sindresorhus / normalize-url

Normalize a URL
MIT License
837 stars 123 forks source link

Strip WWW doesn't work on some domains #116

Closed bdrtsky closed 4 years ago

bdrtsky commented 4 years ago

Does not strip www.vuejs.amsterdam 🤪

bdrtsky commented 4 years ago

I see, it's because domain >5 https://github.com/sindresorhus/normalize-url/blob/master/index.js#L152 So, where this requirement is coming from