From 64b090ee058953aed2246967332c7f0b6623cd8f Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 17 Oct 2023 17:58:08 -0400 Subject: fix cookie big --- lib/captcha_gen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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" => "/" ] ); -- cgit v1.2.3