This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
oleg
/
pixelfed
peilaus alkaen
https://github.com/pixelfed/pixelfed.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Update session config
Daniel Supernault
5 vuotta sitten
vanhempi
10b3a25474
commit
76a2d38275
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Yhdistetty näkymä
Näytä diff tilastot
1
1
config/session.php
+ 1
- 1
config/session.php
Näytä tiedosto
@@ -189,6 +189,6 @@ return [
|
|
*/
*/
- 'same_site' =>
'strict'
,
+ 'same_site' =>
null
,
];
];