0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/web/shared/middlewares
Daniel Lockyer a510e075b6 Handled missing file extensions for resized image requests
no issue

- if a request was sent for an resized image URL that didn't contain a
  file extension, the code would eventually end up throwing a 500
- this commit checks for this case and returns a 404
2020-02-04 08:04:22 +00:00
..
api
image Handled missing file extensions for resized image requests 2020-02-04 08:04:22 +00:00
validation
admin-redirects.js
brute.js
cache-control.js
custom-redirects.js
emit-events.js
error-handler.js
ghost-locals.js
index.js Merge branch 'master' into v3 2019-10-08 13:58:08 +01:00
labs.js Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
log-request.js Improved x-request-id handling 2019-09-22 18:23:45 +01:00
maintenance.js
pretty-urls.js
request-id.js Improved x-request-id handling 2019-09-22 18:23:45 +01:00
serve-favicon.js
serve-public-file.js
static-theme.js
uncapitalise.js
update-user-last-seen.js
upload.js
url-redirects.js 🐛 Fixed 404s when using a proxy setup (#11269) 2019-10-28 11:22:05 +00:00