Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<body>
<script>
document.cookie = "test=evil; domain=.example.com";
document.cookie = "local=1";
</script>
</body>
</html>