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:
authorMartin Keckeis <martin.keckeis1@gmail.com>2015-09-22 17:33:55 +0300
committerMartin Keckeis <martin.keckeis1@gmail.com>2015-09-22 17:33:55 +0300
commit10f73a0eb0c371617f3fdd067492b2b9ab955457 (patch)
treebed36cf03d4afa81fef5603887ef379ff7a335bc /plugins/PrivacyManager
parent31d9ddc2d72dd2365069fc0e7dddedc2b119122b (diff)
DNT ignore for Epiphany
Diffstat (limited to 'plugins/PrivacyManager')
-rw-r--r--plugins/PrivacyManager/DoNotTrackHeaderChecker.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php b/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
index 4b2984c54c..7bdf09a30b 100644
--- a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
+++ b/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
@@ -146,6 +146,9 @@ class DoNotTrackHeaderChecker
// Maxthon
'Maxthon',
+
+ // Epiphany - https://github.com/piwik/piwik/issues/8682
+ 'Epiphany',
);
}
}