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/Goals/Goals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Goals/Goals.php') diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php index 381c37f7ee..a5659183ba 100644 --- a/plugins/Goals/Goals.php +++ b/plugins/Goals/Goals.php @@ -24,7 +24,7 @@ class Goals extends \Piwik\Plugin public function getInformation() { $suffix = Piwik::translate('SitesManager_PiwikOffersEcommerceAnalytics', - array('', '')); + array('', '')); $info = parent::getInformation(); $info['description'] .= ' ' . $suffix; return $info; -- cgit v1.2.3