ソースを参照

Merge pull request #1667 from pixelfed/staging

Update session config
daniel 5 年 前
コミット
b99d23f0e0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      config/session.php

+ 1 - 1
config/session.php

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