https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33259 --- Comment #44 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 162186 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162186 Bug 33259: (QA follow-up) Default 'Strict' for new installs Review of attachment 162186: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=33259&attachment=162186) ----------------------------------------------------------------- ::: installer/data/mysql/mandatory/sysprefs.sql @@ +668,4 @@
('RoutingListAddReserves','0','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), ('RoutingListNote','To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference.','70|10','Define a note to be shown on all routing lists','Textarea'), ('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'), +('SameSiteSessionCookie', 'Strict', 'None|Lax|Strict', 'If Strict, then the SameSite attribute of the session cookie will be set to Strict, rather than the default Lax. None means you want the cookie sent iun a third-party context.', 'Choice'),
There's a little typo here. "iun" instead of "in". -- You are receiving this mail because: You are watching all bug changes.