summaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings.php b/settings.php
index 98e6b49..41322d6 100644
--- a/settings.php
+++ b/settings.php
@@ -278,7 +278,7 @@ foreach($loop as $key => $value){
"",
[
"expires" => -1, // removes cookie
- "samesite" => "Strict",
+ "samesite" => "Lax",
"path" => "/"
]
);
@@ -303,7 +303,8 @@ foreach($loop as $key => $value){
$value,
[
"expires" => strtotime("+400 days"), // maximal cookie ttl in chrome
- "samesite" => "Strict"
+ "samesite" => "Lax",
+ "path" => "/"
]
);
}