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