Ghost/ghost/core/test/unit/frontend
rw4nn dc84983550
🐛 Fixed square brackets being % encoded in URLs (#14977)
fixes: #14863
refs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI#encoding_for_ipv6

- added a simple Regex replace for the percent-encoded square brackets to get them back to non-encoded
- a preferred solution might be using new URL(), but that causes other issues. The regex solves the immediate need.
2022-09-08 12:09:40 +01:00
..
apps Fixed the typo 2022-08-04 15:38:32 +01:00
helpers 🐛 Fixed square brackets being % encoded in URLs (#14977) 2022-09-08 12:09:40 +01:00
meta Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
services Added beta search helper implementation (#15236) 2022-08-19 12:27:38 +01:00
utils Updated frontend apps to use new config 2022-07-25 23:00:37 +05:30
web/middleware Fixed trailing whitespace in test file 2022-08-03 11:48:02 +01:00