r0hanSH %!s(int64=3) %!d(string=hai) anos
pai
achega
32cdd3b187
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      plugin/notes/speaker-view.html

+ 4 - 0
plugin/notes/speaker-view.html

@@ -368,6 +368,10 @@
 
 				window.addEventListener( 'message', function( event ) {
 
+					if (window.location.origin !== event.origin){
+						return;
+					}
+
 					clearTimeout( connectionTimeout );
 					connectionStatus.style.display = 'none';