Bugzilla – Attachment 132010 Details for
Bug 29791
KohaOpacLanguage cookie should set the secure flag if using HTTPS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29791: (follow-up) Add missing comma in previous line
Bug-29791-follow-up-Add-missing-comma-in-previous-.patch (text/plain), 847 bytes, created by
Jonathan Druart
on 2022-03-22 11:16:31 UTC
(
hide
)
Description:
Bug 29791: (follow-up) Add missing comma in previous line
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-03-22 11:16:31 UTC
Size:
847 bytes
patch
obsolete
>From d5b2c668f45b475931498e1c8cf015b739a71a4f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 8 Jan 2022 23:25:11 +0000 >Subject: [PATCH] Bug 29791: (follow-up) Add missing comma in previous line > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Templates.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Templates.pm b/C4/Templates.pm >index a3903ca26ae..2aef2b27c4a 100644 >--- a/C4/Templates.pm >+++ b/C4/Templates.pm >@@ -348,7 +348,7 @@ sub getlanguagecookie { > -name => 'KohaOpacLanguage', > -value => $language, > -HttpOnly => 1, >- -expires => '+3y' >+ -expires => '+3y', > -secure => ( C4::Context->https_enabled() ? 1 : 0 ), > ); > >-- >2.25.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 29791
:
129004
|
129223
|
129224
|
132009
| 132010