-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Update piwik.js - unrequireConsent #23390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.x-dev
Are you sure you want to change the base?
Conversation
Add a new function "unrequireConsent".
|
More information: One of the current problem is that |
|
If you don't want this PR to be closed automatically in 28 days then you need to assign the label 'Do not close'. |
A typically idiocracy on Github. Users don't have the rights for this.
|
add initialize unrequireConsent
|
If you don't want this PR to be closed automatically in 28 days then you need to assign the label 'Do not close'. |
|
This PR was last updated more than one month ago, maybe it's time to close it. Please check if there is anything we still can do or close this PR. ping @matomo-org/core-reviewers |
|
This PR was last updated more than one month ago, maybe it's time to close it. Please check if there is anything we still can do or close this PR. ping @matomo-org/core-reviewers |
Add a new function "unrequireConsent".
Description:
When
_paq.push(['requireConsent'])is called, it is possible to revoke this with_paq.push(['unrequireConsent']). So no_paq.push(['setConsentGiven']);is required. This will cause all tracking requests from this page view to be sent.Review