Ghost/core/server/web/shared
Hannah Wolfe 4a67ea5546
Fixed admin host with port causing infinite redirect (#11767)
closes #11766, refs 7284227f1

- when we changed from host to hostname, more changed than just using the x-forwarded-host if trusted because express req.hostname does not return the port
- this causes issues with an infinite redirect if you try to set a different admin host with a port
- added a test to demonstrate the case, that didn't fail due to an error in the test logic
- switched from redirecting based on req.hostname to using req.vhost.host which has the correct trusted, requested value that we should rely on
- simplified the comparison logic to explicitly compare host with host
2020-04-23 19:00:28 +01:00
..
middlewares Fixed admin host with port causing infinite redirect (#11767) 2020-04-23 19:00:28 +01:00
index.js Removed unused middleware code 2020-04-22 07:15:51 +01:00
utils.js Moved validation utils into validation/upload 2020-04-22 07:21:41 +01:00