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:
Diffstat (limited to 'plugins/PrivacyManager/DoNotTrackHeaderChecker.php')
-rw-r--r--plugins/PrivacyManager/DoNotTrackHeaderChecker.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php b/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
index b8e37a4771..b857debf85 100644
--- a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
+++ b/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
@@ -14,10 +14,10 @@ use Piwik\Tracker\Request;
/**
* Excludes visits where user agent's request contains either:
- *
+ *
* - X-Do-Not-Track header (used by AdBlockPlus and NoScript)
* - DNT header (used by Mozilla)
- *
+ *
*/
class DoNotTrackHeaderChecker
{