From: r.bogacki Date: Fri, 30 Aug 2019 12:44:06 +0000 (+0200) Subject: HTTPS calls into SDC X-Git-Tag: 3.2.0~96 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=refs%2Fchanges%2F81%2F94681%2F1 HTTPS calls into SDC Open SDC in a tab with https. Issue-ID: OJSI-97 Signed-off-by: Robert Bogacki Change-Id: I63b3d74d54c990ddb21feb15a413055d0bcbd342 --- 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")) {