diff options
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views')
-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")) { |