0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/unit/frontend
Thibaut Patel 77c0364efd 🐛 Fixed malformed URLs crashing the url helper
refs https://github.com/TryGhost/Team/issues/960

- Character like "%%" or "%80" would crash our current url escaping behavior. We consider they aren't valid URLs as the percentages haven't been properly escaped.
2021-12-02 10:34:24 +01:00
..
apps Moved URL service to backend 2021-10-19 07:29:09 +13:00
helpers 🐛 Fixed malformed URLs crashing the url helper 2021-12-02 10:34:24 +01:00
meta Added fallbacks when the site title is undefined 2021-10-27 12:18:57 +02:00
services Fixed stubbing of labs data 2021-12-01 16:11:27 +02:00
web/middleware Updated servePublicFile to honor v= cache keys 2021-11-23 12:49:53 +00:00