Browse Source

Merge pull request #1667 from pixelfed/staging

Update session config
daniel 5 năm trước cách đây
mục cha
commit
b99d23f0e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/session.php

+ 1 - 1
config/session.php

@@ -189,6 +189,6 @@ return [
     |
     */
 
-    'same_site' => 'strict',
+    'same_site' => null,
 
 ];