diff options
author | r.bogacki <r.bogacki@samsung.com> | 2019-08-30 14:44:06 +0200 |
---|---|---|
committer | r.bogacki <r.bogacki@samsung.com> | 2019-08-30 14:44:51 +0200 |
commit | dff56a7afc1720019d2a17887b1090d4bee33992 (patch) | |
tree | 6e1b07451c12894684a67e127fa17176d22b1395 /ecomp-portal-FE-common | |
parent | d13dacf060ff58d36f7d8995d185d78085bfd669 (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
Diffstat (limited to 'ecomp-portal-FE-common')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/header/header.controller.js | 2 |
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")) { |