Ghost/core/server/web
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
..
admin Renamed redirect functions for clarity 2020-04-22 19:31:36 +01:00
api Renamed redirect functions for clarity 2020-04-22 19:31:36 +01:00
parent Moved ghost-locals mw into parent app 2020-04-21 18:50:46 +01:00
shared Fixed admin host with port causing infinite redirect (#11767) 2020-04-23 19:00:28 +01:00
site Renamed redirect functions for clarity 2020-04-22 19:31:36 +01:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
well-known.js Implemented externally verifiable identity tokens 2020-03-16 13:22:04 +01:00