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
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-04-28 11:07:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-28 11:07:42 +0400
commitb1fe857131d73eec07cb3edf4d960c40d29ec2c1 (patch)
tree6e9c0dc0784ce173316d7959b8f2ea522358cdb5 /config
parent22e8a7a3e1cdc324a2f40dc05e23e86ec333635c (diff)
Fixes #2268 Implement a default Referrer spam blacklist to block semalt.com spammer. (can be extended to other spammers on request!)
; All Visits with a Referrer URL host set to one of these will be excluded. ; If you find new spam entries in Referrers>Websites, please report them here: http://dev.piwik.org/trac/ticket/2268 ; List of known Referrer Spammers, ie. bot visits that set a fake Referrer field: referrer_urls_spam = "semalt.com"
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 31b8beb8c5..939ce65c17 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -497,6 +497,11 @@ tracker_cache_file_ttl = 300
; Whether Bulk tracking requests to the Tracking API requires the token_auth to be set.
bulk_requests_require_authentication = 0
+; All Visits with a Referrer URL host set to one of these will be excluded.
+; If you find new spam entries in Referrers>Websites, please report them here: http://dev.piwik.org/trac/ticket/2268
+; Comma separated list of known Referrer Spammers, ie. bot visits that set a fake Referrer field:
+referrer_urls_spam = "semalt.com"
+
; DO NOT USE THIS SETTING ON PUBLICLY AVAILABLE PIWIK SERVER
; !!! Security risk: if set to 0, it would allow anyone to push data to Piwik with custom dates in the past/future and even with fake IPs!
; When using the Tracking API, to override either the datetime and/or the visitor IP,