Bugzilla – Attachment 188450 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), 731 bytes, created by
Lari Taskula
on 2025-10-26 11:42:07 UTC
(
hide
)
Description:
Bug 41104: Remove -sameSite from checkauth() response headers
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2025-10-26 11:42:07 UTC
Size:
731 bytes
patch
obsolete
>From 0402cbe86168f54eaee8632e23ba2d9ec2ba093e 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 >--- > C4/Auth.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 20242735e1a..2b29d1f2d2c 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.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