This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
oleg
/
pixelfed
同期ミラー
https://github.com/pixelfed/pixelfed.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Update session config
Daniel Supernault
5 年 前
親
10b3a25474
コミット
76a2d38275
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
config/session.php
+ 1
- 1
config/session.php
ファイルの表示
@@ -189,6 +189,6 @@ return [
|
*/
- 'same_site' =>
'strict'
,
+ 'same_site' =>
null
,
];