mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
rebuild notes plugin when html changes
This commit is contained in:
parent
c47bf217be
commit
c83c68500f
4 changed files with 5 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue