1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-12-22 17:33:48 +03:00

Added check for window not being on an iframe on index.html

This commit is contained in:
Adolfo Gómez García 2021-09-03 02:20:30 +02:00
parent 92edcba0b5
commit dceda5653d

View File

@ -82,7 +82,7 @@
};
if (window.top !== window.self) {
window.top.location = window.location;
window.location.href = 'https://www.udsenterprise.com';
}
</script>