Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<h1>Cross origin cookie sender</h1>
<script>
document.cookie = "🍪";
</script>
<!--
This is loaded from "example.com", which then loads
the manifest from "example.org".
-->
<link
rel="manifest"
crossorigin="use-credentials">