summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorr.bogacki <r.bogacki@samsung.com>2019-08-30 14:44:06 +0200
committerr.bogacki <r.bogacki@samsung.com>2019-08-30 14:44:51 +0200
commitdff56a7afc1720019d2a17887b1090d4bee33992 (patch)
tree6e1b07451c12894684a67e127fa17176d22b1395
parentd13dacf060ff58d36f7d8995d185d78085bfd669 (diff)
HTTPS calls into SDC
Open SDC in a tab with https. Issue-ID: OJSI-97 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I63b3d74d54c990ddb21feb15a413055d0bcbd342
-rw-r--r--ecomp-portal-FE-common/client/app/views/header/header.controller.js2
1 files changed, 1 insertions, 1 deletions
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")) {