0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Daniel Lockyer 65d258972b Handled bad redirect URLs for private sites
no issue

- Sentry flagged up a redirect URL for the POST action of accessing a
  private site which would throw a 500
- `decodeURIComponent` would throw an error if it was passed bad data
- this commit moves the `decodeURIComponent` inside the try-catch to
  handle the error
2020-03-02 08:23:23 +00:00
..
client@5a73022556 Updated Ghost-Admin to 3.8.0 2020-02-24 11:53:34 +00:00
frontend Handled bad redirect URLs for private sites 2020-03-02 08:23:23 +00:00
server Deleted unused models/base/token.js file 2020-02-27 11:32:17 +00:00
shared/nql-map-key-values
test Fixed regression test 2020-02-27 12:57:53 +08:00
index.js