diff options
author | lolcat <will@lolcat.ca> | 2023-10-17 17:58:08 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-10-17 17:58:08 -0400 |
commit | 64b090ee058953aed2246967332c7f0b6623cd8f (patch) | |
tree | 5ce457a9a7d96e0164cc9c1734acb1f4e7ab702a /lib/captcha_gen.php | |
parent | 453b4310e2deea984182f6d3c78c974ba8a9f8d6 (diff) |
fix cookie big
Diffstat (limited to 'lib/captcha_gen.php')
-rw-r--r-- | lib/captcha_gen.php | 2 |
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" => "/" ] ); |