mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
Fix DOM XSS
This commit is contained in:
parent
e33c3c72f9
commit
32cdd3b187
1 changed files with 4 additions and 0 deletions
|
|
@ -368,6 +368,10 @@
|
|||
|
||||
window.addEventListener( 'message', function( event ) {
|
||||
|
||||
if (window.location.origin !== event.origin){
|
||||
return;
|
||||
}
|
||||
|
||||
clearTimeout( connectionTimeout );
|
||||
connectionStatus.style.display = 'none';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue