https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33597

--- Comment #7 from Nick Clemens <[email protected]> ---
Created attachment 150414
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150414&action=edit
Bug 33597: Fix deleting cookie for holdfor(club)

Resolve:
Cookie “holdfor” does not have a proper “SameSite” attribute value. Soon,
cookies without the “SameSite” attribute or with an invalid value will be
treated as “Lax”. This means that the cookie will no longer be sent in
third-party contexts. If your application depends on this cookie being
available in such contexts, please add the “SameSite=None“ attribute to it.

Did not see warning for holdforclub. But since it is created with Lax, we
should remove it with Lax.

Test plan:
Similar to previous patch. Check console on logout page.

Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to