0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/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 Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
api Moved normalize image mw into api app 2020-04-22 17:48:54 +01:00
middleware Fixed admin host with port causing infinite redirect (#11767) 2020-04-23 19:00:28 +01:00
parent Moved ghost-locals mw into parent app 2020-04-21 18:50:46 +01:00
shared/middleware Moved upload validation mw into api app 2020-04-22 07:37:02 +01:00
site/middleware Moved serve-public-file mw into site app 2020-04-21 17:23:07 +01:00