This repository was archived by the owner on Oct 10, 2022. It is now read-only.
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
URL parameters should be percent-encoded #404
Open
Description
URL parameters should be percent-encoded using encodeURIComponent()
.
Line 19 in b0bf6d4
This fix should be a major release, since some clients might currently do this percent-encoding themselves. This is the case for example of @netlify/build
with the updatePlugin
endpoint at netlify/build#2700 (which would need to be fixed).