Hide creds on connection
This commit is contained in:
parent
49031257f2
commit
168ffd5123
|
|
@ -295,6 +295,10 @@
|
||||||
elm.href = '/download/' + coyoteName;
|
elm.href = '/download/' + coyoteName;
|
||||||
elm.style.display = '';
|
elm.style.display = '';
|
||||||
|
|
||||||
|
// Scrub the query params from the URL so that it can be safely copy/pasted
|
||||||
|
console.log("Pushing new URL. Original: " + window.location.href);
|
||||||
|
window.history.replaceState({}, document.title, window.location.pathname);
|
||||||
|
|
||||||
rfb.connect(host, port, password, path);
|
rfb.connect(host, port, password, path);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue