From 9c165f4ce96b96ac0d77d6d86ebf21ca49405f1c Mon Sep 17 00:00:00 2001 From: mattab Date: Thu, 27 Nov 2014 16:05:39 +1300 Subject: Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature! --- plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php') diff --git a/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php b/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php index 8b88fb20bb..e4f57af4fc 100644 --- a/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php +++ b/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php @@ -20,7 +20,7 @@ class GetCustomVariablesValuesFromNameId extends Base $this->dimension = new CustomVariableValue(); $this->name = Piwik::translate('CustomVariables_CustomVariables'); $this->documentation = Piwik::translate('CustomVariables_CustomVariablesReportDocumentation', - array('
', '', '')); + array('
', '', '')); $this->isSubtableReport = true; $this->order = 15; } -- cgit v1.2.3