Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-01-08 07:38:07 +0300
committerGitHub <noreply@github.com>2021-01-08 07:38:07 +0300
commit896b2f725a90ed2a6a988e08970cff0234fa8b36 (patch)
treee4c9478e7f1e768ad0d0fd80c76956cb14dd7f0f /plugins/Feedback
parenta9243467882ad8b42bb7c7e8cdc922a5e335b314 (diff)
Don't send IP with feedback mails (#17058)
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/API.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Feedback/API.php b/plugins/Feedback/API.php
index e390beadfa..11ec8bc7f7 100644
--- a/plugins/Feedback/API.php
+++ b/plugins/Feedback/API.php
@@ -67,7 +67,6 @@ class API extends \Piwik\Plugin\API
$subject = '[ Feedback Feature - Matomo ] ' . $subject;
$body = Common::unsanitizeInputValue($body) . "\n"
. 'Matomo ' . Version::VERSION . "\n"
- . 'IP: ' . IP::getIpFromHeader() . "\n"
. 'URL: ' . Url::getReferrer() . "\n";
$mail = new Mail();