Increase banner cookie max-age to 10 min

This commit is contained in:
swaggboi 2021-03-14 16:36:32 -04:00
parent 6bf75d3a66
commit be9d4d1c5a

View File

@ -25,7 +25,7 @@
<script> <script>
function closeIt() { function closeIt() {
document.getElementById("gdpr").style.display = "none"; document.getElementById("gdpr").style.display = "none";
document.cookie = "banner=seen; max-age=300;"; document.cookie = "banner=seen; max-age=600;";
} }
function playIt() { function playIt() {