Closed wasade closed 5 years ago
This PR allows variable values such as "foo/bar" to be stored. Previously these had been omitted due to overload of the "/" character for use with URLs. These values are now formally encoded using urllib.
urllib
@ElDeveloper polite ping, able to merge by chance?
Thanks @wasade!
Thanks!
This PR allows variable values such as "foo/bar" to be stored. Previously these had been omitted due to overload of the "/" character for use with URLs. These values are now formally encoded using
urllib
.