Koha/koha-tmpl/intranet-tmpl/prog
Marcel de Rooy 7e5e311cb0
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 <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-05 09:13:30 -03:00
..
css Bug 33186: Use template wrapper for tabs on search history and advanced search 2023-04-13 11:48:07 -03:00
en Bug 33598: Use template wrapper for breadcrumbs: Tools, part 5 2023-05-05 09:13:29 -03:00
img
js Bug 33597: Fix deleting cookie for holdfor(club) 2023-05-05 09:13:30 -03:00
pdf
sound