Removes iframe reference to outside domain
This commit is contained in:
parent
6371d476f9
commit
1392d2e902
@ -97,7 +97,8 @@
|
||||
iframe.onload = function() {
|
||||
iframe.isLoaded = true;
|
||||
};
|
||||
iframe.src = 'https://www.webrtc-experiment.com/getSourceId/';
|
||||
// iframe.src = 'https://www.webrtc-experiment.com/getSourceId/';
|
||||
iframe.style.display = 'none';
|
||||
(document.body || document.documentElement).appendChild(iframe);
|
||||
})();
|
||||
})();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user