Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<body>samesite</body>
<script>
onmessage = (e) => {
if (e.data === "GetBody") {
parent.postMessage("samesite", '*');
}
}
</script>