Koha/koha-tmpl/intranet-tmpl/prog/js/pages
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
..
addbiblio.js
batchMod.js Bug 31611: Clearly highlight items that cannot be modified/deleted in the Batch item tools 2023-03-10 11:47:19 -03:00
circulation.js
preferences.js
results.js Bug 33597: Fix deleting cookie for holdfor(club) 2023-05-05 09:13:30 -03:00
stockrotation.js
tags-review.js Bug 22490: Some strings in JavaScript files are untranslatable 2023-02-24 16:41:31 -03:00