From version < 20.1 >
edited by MKO
on 11.12.2020, 14:18
To version < 21.1 >
edited by MKO
on 16.12.2020, 09:41
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -541,7 +541,7 @@
541 541   }else{
542 542   $('<CSS-Selektor der iFrame>').each(function(){
543 543   var iframewindow = this.contentWindow ? this.contentWindow : this.contentDocument.defaultView;
544 - iframewindow.postMessage(event.data,location.origin);
544 + iframewindow.postMessage(event.data,"*");
545 545   });
546 546   }
547 547  }
... ... @@ -561,7 +561,6 @@
561 561  
562 562  == Versionshistorie ==
563 563  
564 -(% class="wikigeneratedid" %)
565 565  === 1.3.3 ===
566 566  
567 567  * Encoden der Vorschau-URLs und Formular-URL für die Unterstützung von deaktivierten Cookies
Copyright 2000-2025