blob: 2f24699b5e879b9ea2ff2eba0fcc95a55ddfdd4d [file] [log] [blame]
<!doctype html>
<script>
var from_http = <?php
echo json_encode($_COOKIE);
?>;
window.top.postMessage({
'http': from_http,
'document': document.cookie
}, "*");
</script>