blob: 8ce225c4ac496c9db0112e4e541583e669a24cc3 [file] [log] [blame]
<script>
["top", "parent", "opener"].forEach(function (x) {
if (window[x] && window[x] != window)
window[x].postMessage({ "isSecureContext": window.isSecureContext }, "*");
});
</script>