summaryrefslogtreecommitdiff
path: root/lib/captcha_gen.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/captcha_gen.php')
-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" => "/"
]
);