This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
URL parameters should be percent-encoded #404
Labels
type: bug
code to address defects in shipped code
URL parameters should be percent-encoded using
encodeURIComponent()
.js-client/src/methods/url.js
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 theupdatePlugin
endpoint at netlify/build#2700 (which would need to be fixed).The text was updated successfully, but these errors were encountered: