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>2020-10-05 21:59:21 +0300
committerGitHub <noreply@github.com>2020-10-05 21:59:21 +0300
commit0073d58cd4748bd738e665b6c0196aaa7afabd22 (patch)
treed0cc5c77ff04600edadde819ace7d16e874ee10e /plugins/PrivacyManager/Controller.php
parentafc8b469d3d0121e4e87b54a34d904dfa2904fde (diff)
Provide an option to fully mask the IP address (#16506)
Diffstat (limited to 'plugins/PrivacyManager/Controller.php')
-rw-r--r--plugins/PrivacyManager/Controller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/PrivacyManager/Controller.php b/plugins/PrivacyManager/Controller.php
index 005ee74d22..eae662aeb2 100644
--- a/plugins/PrivacyManager/Controller.php
+++ b/plugins/PrivacyManager/Controller.php
@@ -199,6 +199,9 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
'description' => Piwik::translate('General_Recommended')),
array('key' => '3',
'value' => Piwik::translate('PrivacyManager_AnonymizeIpMaskLength', array("3","192.xxx.xxx.xxx")),
+ 'description' => ''),
+ array('key' => '4',
+ 'value' => Piwik::translate('PrivacyManager_AnonymizeIpMaskFully'),
'description' => '')
);
$view->useAnonymizedIpForVisitEnrichmentOptions = array(