HTTPS calls into SDC 81/94681/1
authorr.bogacki <r.bogacki@samsung.com>
Fri, 30 Aug 2019 12:44:06 +0000 (14:44 +0200)
committerr.bogacki <r.bogacki@samsung.com>
Fri, 30 Aug 2019 12:44:51 +0000 (14:44 +0200)
Open SDC in a tab with https.

Issue-ID: OJSI-97
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I63b3d74d54c990ddb21feb15a413055d0bcbd342

ecomp-portal-FE-common/client/app/views/header/header.controller.js

index e464048..5950f87 100644 (file)
                     return;
                 }
                 if (!ECOMP_URL_REGEX.test(url)) {
-                    url = 'http://' + url;
+                    url = 'https://' + url;
                 }
 
                 if(headerText.startsWith("vUSP")) {