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:
authorJens Averkamp <j.averkamp@two-developers.com>2015-09-10 16:54:18 +0300
committerJens Averkamp <j.averkamp@two-developers.com>2015-09-10 16:54:18 +0300
commit5551f409b00b09f7f3805bfe2dfa0a799fccefb4 (patch)
tree9533132da4d8dba492bc096e49a8e9a171b7397b /plugins/CoreAdminHome/OptOutManager.php
parentd034daeca132a7efe8a618ac2492672f78edcb5c (diff)
Update view
Diffstat (limited to 'plugins/CoreAdminHome/OptOutManager.php')
-rw-r--r--plugins/CoreAdminHome/OptOutManager.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/CoreAdminHome/OptOutManager.php b/plugins/CoreAdminHome/OptOutManager.php
index 78d142c141..32b5ac5596 100644
--- a/plugins/CoreAdminHome/OptOutManager.php
+++ b/plugins/CoreAdminHome/OptOutManager.php
@@ -196,12 +196,9 @@ class OptOutManager
'module' => 'CoreAdminHome',
'action' => 'optOut',
'language' => $lang,
+ 'setCookieInNewWindow' => 1
), false);
- if ($this->isUserAgentSafari() && $trackVisits) {
- $this->addQueryParameter('setCookieInNewWindow', 1, false);
- }
-
$this->view = new View("@CoreAdminHome/optOut");
$this->view->setXFrameOptions('allow');
$this->view->dntFound = $dntFound;