Merge "Reduce number of parameters"
authorManoop Talasila <talasila@research.att.com>
Fri, 30 Aug 2019 15:50:14 +0000 (15:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 30 Aug 2019 15:50:14 +0000 (15:50 +0000)
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")) {