Revert "Merge pull request #4687 from Roardom/strict-cookies"

This reverts commit d21fa46e27, reversing
changes made to fc02842062.
This commit is contained in:
HDVinnie
2025-06-05 20:20:00 -04:00
parent b710910021
commit 7f61227b2f

View File

@@ -195,5 +195,5 @@ return [
|
*/
'same_site' => 'strict',
'same_site' => 'lax',
];