0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/test
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
..
api-acceptance Fixed test after adding forceUpgrade to config properties 2021-10-25 10:02:11 +02:00
frontend-acceptance Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
regression Fixed ETag header for admin templates not changing between versions (#13695) 2021-10-28 12:07:13 +01:00
unit 🐛 Fixed malformed URLs crashing the url helper 2021-12-13 15:49:18 +02:00
utils Fixed ETag header for admin templates not changing between versions (#13695) 2021-10-28 12:07:13 +01:00
.eslintignore
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc