0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend
Thibaut Patel 0367101c87 🐛 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-13 15:49:18 +02:00
..
apps 🔒 Fixed open redirect in private site login 2021-01-26 16:42:42 +00:00
helpers 🐛 Fixed malformed URLs crashing the url helper 2021-12-13 15:49:18 +02:00
meta Refactored core/server/lib/image for Dependency Injection (#12463) 2020-12-09 13:19:22 +01:00
services Fixed fs error during theme install deleting active theme (#12688) 2021-02-23 10:50:23 +00:00
views