magneticio/vamp-ui

Remove hard-codded protocol

Closed this issue · 1 comments

In few places there is a pattern like: 'http://' + $vamp.origin. We can't assume app is served via HTTP only. Using for instance window.location.protocol, we can cover TLS as well.

@dragoslav I saw you solved this? If so can we close this issue?