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:
authorBenaka <diosmosis@users.noreply.github.com>2018-03-21 05:26:13 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-03-21 05:26:13 +0300
commitf21683117e777c860c4c50923dd4ffc668b62b01 (patch)
tree1dde1e640db4f2689235cb89a3e878e19a52757c /config
parent2e3295b1871931603b3a9acf226c1b5b2f717b43 (diff)
Add third party cookie domain setting (#12632)
* Added cookie_domain setting for third party cookie * update UI tests
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 f143c2f5d3..ea707a097e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -677,6 +677,11 @@ cookie_expire = 33955200;
; This is used for the Ignore cookie, and the third party cookie if use_third_party_id_cookie = 1
cookie_path =
+; The domain on the server in which the cookie will be available on.
+; Defaults to empty. See spec in https://curl.haxx.se/rfc/cookie_spec.html
+; This is used for the third party cookie if use_third_party_id_cookie = 1
+cookie_domain =
+
; set to 0 if you want to stop tracking the visitors. Useful if you need to stop all the connections on the DB.
record_statistics = 1