mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11:49 +03:00
dc84983550
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. |
||
---|---|---|
.. | ||
apps | ||
helpers | ||
meta | ||
services | ||
utils | ||
web/middleware |