This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update session config
Daniel Supernault
5 years ago
parent
10b3a25474
commit
76a2d38275
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
config/session.php
+ 1
- 1
config/session.php
View File
@@ -189,6 +189,6 @@ return [
|
|
*/
*/
- 'same_site' =>
'strict'
,
+ 'same_site' =>
null
,
];
];