summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-10-17 17:58:08 -0400
committerlolcat <will@lolcat.ca>2023-10-17 17:58:08 -0400
commit64b090ee058953aed2246967332c7f0b6623cd8f (patch)
tree5ce457a9a7d96e0164cc9c1734acb1f4e7ab702a /lib
parent453b4310e2deea984182f6d3c78c974ba8a9f8d6 (diff)
fix cookie big
Diffstat (limited to 'lib')
-rw-r--r--lib/captcha_gen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/captcha_gen.php b/lib/captcha_gen.php
index bb3456d..80bc665 100644
--- a/lib/captcha_gen.php
+++ b/lib/captcha_gen.php
@@ -166,7 +166,7 @@ class captcha{
$key,
[
"expires" => time() + 86400, // expires in 24 hours
- "samesite" => "Strict",
+ "samesite" => "Lax",
"path" => "/"
]
);