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-12-16 06:54:19 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-16 06:54:19 +0300
commitf029c4bf582ad5066a6fb193ff784c7f18798060 (patch)
treecdd0b272f92e3abb9b6ed6394431473b7294e69e /config
parent0f95f77f1cc1b475bd066d77cbe051562b4f840f (diff)
fixes #6858
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index f493609f23..559ba5987e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -613,7 +613,7 @@ bulk_requests_use_transaction = 1
; Comma separated list of known Referrer Spammers, ie. bot visits that set a fake Referrer field.
; 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: https://github.com/piwik/piwik/issues/5099
-referrer_urls_spam = "semalt.com"
+referrer_urls_spam = "semalt.com,buttons-for-website.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!