samesite; expiration; path (#704)

This commit is contained in:
Michael Quigley 2024-07-24 14:23:18 -04:00
parent 23a9be0a40
commit 607ba8b69e
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -173,7 +173,8 @@
</div>
<script>
function onClick() {
document.cookie = "zrok_interstitial = true";
let e=new Date; e.setTime(e.getTime()+6048e5);
document.cookie = 'zrok_interstitial = true; expires=${e}; path=/; SameSite=None';
window.location.reload();
}
</script>