normalize-url icon indicating copy to clipboard operation
normalize-url copied to clipboard

`sortQueryParameters` buggy handling of search parameters

Open nomagick opened this issue 1 year ago • 0 comments

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.

nomagick avatar Jun 20 '24 07:06 nomagick