Update iframe.js (#2443)

* Update iframe.js

Wappalyzer not work with Firebase
Chrome 68
MacOs 10.13
Uncaught TypeError: Cannot read property 'postMessageId' of null at onPostMessage (iframe.js:1000)

* Update iframe.js

* Update iframe.js
main
udanpe 6 years ago committed by Elbert Alias
parent 990fc523b0
commit cd92e23007

@ -997,6 +997,8 @@
return; return;
} }
if (!adData) return;
if (adData.postMessageId === POST_MSG_ID) { if (adData.postMessageId === POST_MSG_ID) {
delete adData.postMessageId; delete adData.postMessageId;