Bugzilla – Attachment 188452 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
Bug-41104-Remove--sameSite-from-checkauth-response.patch (text/plain), 783 bytes, created by
David Cook
on 2025-10-26 22:48:34 UTC
(
hide
)
Description:
Bug 41104: Remove -sameSite from checkauth() response headers
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-10-26 22:48:34 UTC
Size:
783 bytes
patch
obsolete
>From 168d85c6a1a6a96bc7356335a0a03cfe11172c4c 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> >--- > C4/Auth.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 20242735e1..2b29d1f2d2 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1625,7 +1625,6 @@ sub checkauth { > charset => 'utf-8', > cookie => $cookie, > 'X-Frame-Options' => 'SAMEORIGIN', >- -sameSite => 'Lax' > } > ), > $template->output; >-- >2.39.5
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