https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26019
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marcel de Rooy <[email protected]> --- Why wouldnt we add a preference like SameSiteCookie to include cookie names that do not want to default to Lax ? So e.g. SameSiteCookie = cookieA:None, cookieB:Strict CookieA and CookieB should respond to the pref and the other ones default to Lax? Which is becoming the behavior in most browsers? Or even add the fallback in the pref itself? We could add a wrapper around CGI->cookie to set it. Koha::Cookie->new({ attributes })->generate ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
