Ghost/core/frontend/apps/private-blogging/lib
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
..
helpers Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
views Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
middleware.js Handled bad redirect URLs for private sites 2020-03-02 08:23:23 +00:00
router.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00