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:
parent
92edcba0b5
commit
dceda5653d
@ -82,7 +82,7 @@
|
||||
};
|
||||
|
||||
if (window.top !== window.self) {
|
||||
window.top.location = window.location;
|
||||
window.location.href = 'https://www.udsenterprise.com';
|
||||
}
|
||||
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user