From 8aeaee6c84dfb504decaae79f2012ec01a6a0e83 Mon Sep 17 00:00:00 2001 From: Kate Butler Date: Tue, 31 Dec 2019 15:55:03 +1300 Subject: Set a first-party cookie when user opts out of tracking (#15184) --- tests/javascript/matomotest.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/javascript/matomotest.js') 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' + '}' ); -- cgit v1.2.3