normalize-url
normalize-url copied to clipboard
`sortQueryParameters` buggy handling of search parameters
https://github.com/sindresorhus/normalize-url/blob/4869023f4f2766b58e1954fd30e5f1609d2cf8e7/index.js#L245-L248
When the query string contains %2F or / like in some S3 signed token, the extra decodeURIComponent breaks the URL.