-
-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Description
Lines 245 to 248 in 4869023
| // Calling `.sort()` encodes the search parameters, so we need to decode them again. | |
| try { | |
| urlObject.search = decodeURIComponent(urlObject.search); | |
| } catch {} |
When the query string contains %2F or / like in some S3 signed token, the extra decodeURIComponent breaks the URL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels