Skip to content

Commit

Permalink
change session.cookie.samesite back to null to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 6, 2024
1 parent adbc87b commit 18dc22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerbuild/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@
* Example:
* 'session.cookie.samesite' => 'None',
*/
'session.cookie.samesite' => \SimpleSAML\Utils\HTTP::canSetSameSiteNone() ? 'None' : null,
'session.cookie.samesite' => null,

/*
* Options to override the default settings for php sessions.
Expand Down

0 comments on commit 18dc22c

Please sign in to comment.