0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/web/middleware
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
..
cache-control_spec.js Refactored cache-control mw to remove dependencies 2020-04-22 18:01:01 +01:00
uncapitalise_spec.js Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
url-redirects_spec.js Fixed admin host with port causing infinite redirect (#11767) 2020-04-23 19:00:28 +01:00