Bugzilla – Attachment 189616 Details for
Bug 41104
Samesite HTTP response header being set in C4::Auth::checkauth()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41104: Remove -sameSite from checkauth() response headers
f74952a.patch (text/plain), 861 bytes, created by
Jonathan Druart
on 2025-11-14 14:38:46 UTC
(
hide
)
Description:
Bug 41104: Remove -sameSite from checkauth() response headers
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-14 14:38:46 UTC
Size:
861 bytes
patch
obsolete
>From f74952aa5580c8ef1dfa6564ac0c99456dd51be1 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Sun, 26 Oct 2025 13:40:46 +0200 >Subject: [PATCH] Bug 41104: Remove -sameSite from checkauth() response headers > >To test: >1. prove t/db_dependent/Auth.t >2. Observe success > >Signed-off-by: David Cook <dcook@prosentient.com.au> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Auth.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 39f3889867b..9776e8bc442 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1616,7 +1616,6 @@ sub checkauth { > charset => 'utf-8', > cookie => $cookie, > 'X-Frame-Options' => 'SAMEORIGIN', >- -sameSite => 'Lax' > } > ), > $template->output; >-- >2.34.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41104
:
188449
|
188450
|
188452
| 189616