Ghost/core/frontend/apps
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
..
amp Update dependency @tryghost/url-utils to 0.4.0 (#11156) 2019-09-25 12:35:59 +01:00
private-blogging Handled bad redirect URLs for private sites 2020-03-02 08:23:23 +00:00