use non-decodable url

Bu işleme şunda yer alıyor:
AJ ONeal 2018-02-27 14:20:43 -07:00
ebeveyn a3f3c4b041
işleme 76b3d8c7d1

Dosyayı Görüntüle

@ -39,7 +39,7 @@ module.exports = function (opts) {
try {
encodedLocation = decodeURIComponent(newLocation);
} catch(e) {
encodedLocation = "#/error/?error_message=" + e.toString();
encodedLocation = newLocation; // "#/error/?error_message=" + e.toString();
}
var body = opts.body
.replace(/{{\s*HTML_URL\s*}}/ig, escapeHtml(encodedLocation))