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:
authorKate Butler <kate@innocraft.com>2019-12-31 05:55:03 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-12-31 05:55:03 +0300
commit8aeaee6c84dfb504decaae79f2012ec01a6a0e83 (patch)
tree5b91998a3833968bf36a97d86e40d9b5530b2280 /tests/javascript/matomotest.js
parentcdf8d6b2a02a4dd24e1f6b719d83cb38bddd79ef (diff)
Set a first-party cookie when user opts out of tracking (#15184)
Diffstat (limited to 'tests/javascript/matomotest.js')
-rw-r--r--tests/javascript/matomotest.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/javascript/matomotest.js b/tests/javascript/matomotest.js
index 5487f39048..a4609a4b01 100644
--- a/tests/javascript/matomotest.js
+++ b/tests/javascript/matomotest.js
@@ -54,6 +54,8 @@ Piwik.addPlugin('testPlugin', {
'_addEventListener : addEventListener,' +
'_prefixPropertyName : prefixPropertyName,' +
'_getPiwikUrlForOverlay : getPiwikUrlForOverlay, ' +
+ '_windowAlias : windowAlias, ' +
+ '_refreshConsentStatus : refreshConsentStatus, ' +
'_isInsideAnIframe : isInsideAnIframe' +
'}'
);