Make plain-text cookie lower-case for consistency
This commit is contained in:
parent
0408a92671
commit
b75df77065
|
@ -27,7 +27,7 @@
|
||||||
function closeIt() {
|
function closeIt() {
|
||||||
document.getElementById("gdpr").style.display = "none";
|
document.getElementById("gdpr").style.display = "none";
|
||||||
document.cookie =
|
document.cookie =
|
||||||
"banner=seen; Max-Age=<%= $sessionLife %>; SameSite=Lax";
|
"banner=seen; max-age=<%= $sessionLife %>; samesite=lax";
|
||||||
}
|
}
|
||||||
|
|
||||||
function playIt() {
|
function playIt() {
|
||||||
|
|
Loading…
Reference in a new issue