From dff56a7afc1720019d2a17887b1090d4bee33992 Mon Sep 17 00:00:00 2001 From: "r.bogacki" Date: Fri, 30 Aug 2019 14:44:06 +0200 Subject: [PATCH] HTTPS calls into SDC Open SDC in a tab with https. Issue-ID: OJSI-97 Signed-off-by: Robert Bogacki Change-Id: I63b3d74d54c990ddb21feb15a413055d0bcbd342 --- ecomp-portal-FE-common/client/app/views/header/header.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecomp-portal-FE-common/client/app/views/header/header.controller.js b/ecomp-portal-FE-common/client/app/views/header/header.controller.js index e4640481..5950f875 100644 --- a/ecomp-portal-FE-common/client/app/views/header/header.controller.js +++ b/ecomp-portal-FE-common/client/app/views/header/header.controller.js @@ -256,7 +256,7 @@ return; } if (!ECOMP_URL_REGEX.test(url)) { - url = 'http://' + url; + url = 'https://' + url; } if(headerText.startsWith("vUSP")) { -- 2.16.6