8 lines
170 B
HTML
8 lines
170 B
HTML
<!doctype html>
|
|
<script>
|
|
window.addEventListener("message", e => {
|
|
window.top.postMessage(e.data, "*");
|
|
});
|
|
</script>
|
|
<iframe src="secure-connection-test.html">
|
|
|