0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/apps/private-blogging
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
..
lib Handled bad redirect URLs for private sites 2020-03-02 08:23:23 +00:00
index.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
robots.txt Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00