blob: 00430e3f0e3f85fb9de1b09eaab40d92f5b49b45 [file] [log] [blame]
<!doctype html>
<title>Remove cookie from location.hash</title>
<script>
if (location.hash)
document.cookie = decodeURIComponent(location.hash.substr(1))+'=yes;path=/;max-age=0';
</script>