0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Fabien O'Carroll 4f1866a263
Allowed for repeated query parameters for arrays (#10021)
no-issue

There are a few libraries, including node core that when given an array
for a query parameter will encode it as repeated query params. e.g.

```
{someParam: ['a', 'b']}
// becomes
'?someParam=a&someParam=b'
```

This adds a check for the value to stop us 500ing on repeated keys and
to add easier interop with http clients
2018-10-17 13:43:32 +07:00
..
client@ed8f17a326 Updated Ghost-Admin to 2.2.3 2018-10-16 17:38:23 +01:00
server Allowed for repeated query parameters for arrays (#10021) 2018-10-17 13:43:32 +07:00
test Allowed for repeated query parameters for arrays (#10021) 2018-10-17 13:43:32 +07:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00