Skip to content

Commit

Permalink
Changed same site attribute to "lax"
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed May 10, 2022
1 parent a8c2a7f commit 83a1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/cookies/ConsentCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class ConsentCookie
{
const SAME_SITE = 'strict';
const SAME_SITE = 'lax';
const MINUTES_PER_YEAR = 24 * 60 * 365;
const MINUTES_PER_MONTH = 24 * 60 * 30;

Expand Down

0 comments on commit 83a1574

Please sign in to comment.