rebuild notes plugin when html changes

This commit is contained in:
hakimel
2022-02-28 09:19:58 +01:00
parent c47bf217be
commit c83c68500f
4 changed files with 5 additions and 4 deletions

View File

@ -368,7 +368,8 @@
window.addEventListener( 'message', function( event ) {
if (window.location.origin !== event.origin){
// Ignore post messages from other origins to prevent XSS
if( window.location.origin !== event.origin ){
return;
}