Bugzilla – Attachment 10595 Details for
Bug 3280
opac/opac-sendbasket.pl security leaky
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Followup for privacy issue
patch.txt (text/plain), 896 bytes, created by
Marcel de Rooy
on 2012-07-02 08:12:14 UTC
(
hide
)
Description:
Followup for privacy issue
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-07-02 08:12:14 UTC
Size:
896 bytes
patch
obsolete
>From 72f91473ae14c6a268d43d0fc0e171de48e782f6 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 2 Jul 2012 10:07:56 +0200 >Subject: [PATCH] 3280 Followup for privacy issue on X-Orig-IP in mail header >Content-Type: text/plain; charset="utf-8" > >--- > opac/opac-sendbasket.pl | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl >index 9b2484d..a3a4eb8 100755 >--- a/opac/opac-sendbasket.pl >+++ b/opac/opac-sendbasket.pl >@@ -65,7 +65,8 @@ if ( $email_add ) { > To => $email_add, > From => $email_from, > 'Reply-To' => $email_replyto, >- 'X-Orig-IP' => $ENV{'REMOTE_ADDR'}, >+# 'X-Orig-IP' => $ENV{'REMOTE_ADDR'}, >+# FIXME Commented out for now: discussion on privacy issue > 'X-Abuse-Report' => C4::Context->preference('KohaAdminEmailAddress'), > ); > >-- >1.7.7.6 >
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 3280
:
6576
|
10027
|
10547
|
10548
| 10595