Porovnat revize

..

Žádné společné commity. „f4413b29d0582db52623c40a99db8f8d1de9e9da“ a „a3f3c4b041e7216d596ed5fff14826a9a781a833“ mají zcela odlišnou historii.

2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

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

Zobrazit soubor

@ -1,6 +1,6 @@
{ {
"name": "redirect-https", "name": "redirect-https",
"version": "1.1.3", "version": "1.1.2",
"description": "Redirect from HTTP to HTTPS using meta redirects", "description": "Redirect from HTTP to HTTPS using meta redirects",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {