mirror of
https://github.com/openziti/zrok.git
synced 2025-02-16 10:19:18 +01:00
samesite; expiration; path (#704)
This commit is contained in:
parent
23a9be0a40
commit
607ba8b69e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user