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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-09-24 09:44:37 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-09-24 09:44:37 +0300
commit7d6e24bf5eef640276c6372794567d475e8ed7dd (patch)
tree7837a065cb382661e5c4852befb31c41d5a55fc8 /plugins/PrivacyManager
parentf5765d4e9885bd3f6f8da53ed6b345203feb1aa9 (diff)
parent10f73a0eb0c371617f3fdd067492b2b9ab955457 (diff)
Merge pull request #8838 from ThaDafinser/patch-4
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',
);
}
}