You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.#log(logLevelEnums.DEBUG,"sendContentRequest, Received message from: ["+messageEvent.origin+"] with data: ["+JSON.stringify(messageEvent.data)+"]");
3792
3792
if(messageEvent.origin!==this.url){
3793
-
this.#log(logLevelEnums.ERROR,"sendContentRequest, Received message from invalid origin");
3793
+
// this.#log(logLevelEnums.ERROR, "sendContentRequest, Received message from invalid origin");
3794
+
// silent ignore
3794
3795
return;
3795
3796
}
3797
+
this.#log(logLevelEnums.DEBUG,"sendContentRequest, Received message from: ["+messageEvent.origin+"] with data: ["+JSON.stringify(messageEvent.data)+"]");
0 commit comments