From f3d8304db879ce54fef0e0a8daa1ef0a5e292c0b Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 28 May 2018 21:48:58 +0200 Subject: [PATCH] INSA, Nah.sh: HTTPS :lock: --- p/insa/index.js | 2 +- p/nahsh/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/p/insa/index.js b/p/insa/index.js index 8b7bea1b..def4d087 100644 --- a/p/insa/index.js +++ b/p/insa/index.js @@ -66,7 +66,7 @@ const formatBitmask = createFormatBitmask(products) const insaProfile = { locale: 'de-DE', timezone: 'Europe/Berlin', - endpoint: 'http://reiseauskunft.insa.de/bin/mgate.exe', + endpoint: 'https://reiseauskunft.insa.de/bin/mgate.exe', transformReqBody, products: products.allProducts, diff --git a/p/nahsh/index.js b/p/nahsh/index.js index 92b28e5e..ca47ae2e 100644 --- a/p/nahsh/index.js +++ b/p/nahsh/index.js @@ -125,7 +125,7 @@ const formatProducts = (products) => { const nahshProfile = { locale: 'de-DE', timezone: 'Europe/Berlin', - endpoint: 'http://nah.sh.hafas.de/bin/mgate.exe', + endpoint: 'https://nah.sh.hafas.de/bin/mgate.exe', transformReqBody, products: products.allProducts,